From 41d067d649f30a2cdaca3a438f348dafb318a660 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 16 Nov 2000 18:04:42 +0000 Subject: [PATCH] Typo. --- doc/autoconf.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 42accd26..360e2482 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