[Exim] Re: Patch to allow stripping of binaries

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sheldon Hearn
Fecha:  
A: Philip Hazel
Cc: exim-users
Asunto: [Exim] Re: Patch to allow stripping of binaries

On Mon, 11 Jun 2001 14:42:53 +0100, Philip Hazel wrote:

> > +    if [ x"$(STRIP_COMMAND)" != x"" ]; then \

>
> Nobody has ever been able to explain to me why they use that paradigm,
> instead of just
>
>         if [ "$(STRIP_COMMAND)" != "" ]; then \

>
> Do you know why you use it?


To make other people happy. There's no good reason not to do it as you
suggest.

Ciao,
Sheldon.