[Exim] Re: Patch to allow stripping of binaries

Pàgina inicial
Delete this message
Reply to this message
Autor: Sheldon Hearn
Data:  
A: Philip Hazel
CC: exim-users
Assumpte: [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.