[Exim] Re: Patch to allow stripping of binaries

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Sheldon Hearn
Datum:  
To: Philip Hazel
CC: exim-users
Betreff: [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.