[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AS_EXIT
From: |
Akim Demaille |
Subject: |
Re: AS_EXIT |
Date: |
14 Nov 2000 14:19:41 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
>>>>> "Alexandre" == Alexandre Oliva <address@hidden> writes:
>> Is `false' more portable than `true' then?
Alexandre> In a sense, yes, because if it doesn't exist, the shell
Alexandre> will produce an exit status of failure, which is correct
Alexandre> for `false', but not for `true'.
That's beautiful :)