From: Akim Demaille Date: Thu, 16 Nov 2000 18:04:42 +0000 (+0000) Subject: Typo. X-Git-Tag: autoconf-2.50~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d067d649f30a2cdaca3a438f348dafb318a660;p=thirdparty%2Fautoconf.git Typo. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 42accd262..360e24829 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5665,7 +5665,8 @@ Although @sc{posix} is not absolutely clear on that point, it is widely admitted that when entering the trap @samp{$?} should be set to the exit status of the last command run before the trap. The ambiguity can be summarized as: ``when the trap is launched by an @command{exit}, what is -the @emph{last} command run: that before @command{exit}, or exit itself. +the @emph{last} command run: that before @command{exit}, or exit +itself?'' Bash considers @command{exit} was the last command, while Zsh and Solaris 8 @command{sh} consider that when the trap is run it is