autoconf
[Top][All Lists]
Advanced

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

Re: Backquotes in quotes in backquotes (Was: Success (mostly) with the t


From: Akim Demaille
Subject: Re: Backquotes in quotes in backquotes (Was: Success (mostly) with the testsuite)
Date: 30 Nov 2000 18:22:03 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| sh:
| $ (false); echo $?
| 255
| $ (false; exit); echo $?
| 255

That's the one I wanted to check.  So it's AS_EXIT which is not
portable because it is not portable to expect 1 as exit status of
false.

Thanks.  Gimme a couple minutes :)



reply via email to

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