autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Optimization for install-sh


From: Akim Demaille
Subject: Re: Optimization for install-sh
Date: 10 Nov 2000 14:54:18 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

>>>>> "Lars" == Lars J Aas <address@hidden> writes:

Lars> I agree that is wrong.  However, $? wasn't used after a lot of
Lars> the if blocks, so I don't see why you need the "else true; fi"
Lars> for in those places.

The code is

 if .. fi ||
 if .. fi

and || depends upon $?.  If you remove the || then of course it is no
longer needed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]