[Exim] Re: Patch to allow stripping of binaries

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Sheldon Hearn
日付:  
To: Philip Hazel
CC: exim-users
題目: [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.