]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoconf.texi (Shellology): Fix an @end itemize, and a typo.
authorAkim Demaille <akim@epita.fr>
Thu, 11 Jan 2001 14:26:45 +0000 (14:26 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 11 Jan 2001 14:26:45 +0000 (14:26 +0000)
ChangeLog
THANKS
doc/autoconf.texi

index edb666ce12296dc47859ef457668dd612d6207cd..3370612e7b97c051896b9c9a87a2d509f9e524cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-11  Kevin Ryde  <user42@zip.com.au>
+
+       * autoconf.texi (Shellology): Fix an @end itemize, and a typo.
+
 2001-01-11  Kelly Anderson  <tgcorp@attglobal.net>
 
        * autoconf.sh (M4): Handle PC drive letters.
diff --git a/THANKS b/THANKS
index 1a22cff06998659a443772edf2dd710014528e26..fb688ae5e7a89d221efc539933b127ac5cf14b3a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -75,8 +75,10 @@ Karl Berry           karl@cs.umb.edu
 Karl Heuer             kwzh@gnu.org
 Kathryn Hargreaves     kathryn@deas.harvard.edu
 Kaveh R. Ghazi         ghazi@caip.rutgers.edu
+Kelly Anderson         tgcorp@attglobal.net
 Ken Pizzini            ken@halcyon.com
 Ken Raeburn            raeburn@cygnus.com
+Kevin Ryde             user42@zip.com.au
 Koji Arai              JCA02266@nifty.ne.jp
 Kurt D. Zeilenga       kurt@openldap.org
 Larry Schwimmer                rosebud@cyclone.stanford.edu
index e3c14b291c399429d114252d740dc3b25f3256db..a0e0dd7012b9ea1ac156ae177466ebca228271e0 100644 (file)
@@ -5098,13 +5098,14 @@ echo $@{FOO=`bar`@}
 
 @item
 beware that @command{exit} inside command substitution causes the
-current shell exit as well. Use parentheses to prevent @command{ash}
+current shell to exit as well. Use parentheses to prevent @command{ash}
 from exiting:
 
 @example
 (`exit 1`) || echo "All right"
 `exit 1` || echo "ash won't print it"
 @end example
+@end itemize
 
 @item @command{bash}
 @cindex @command{bash}
@@ -5128,7 +5129,6 @@ To detect whether you are running @command{zsh}, test if
 compatible with the Bourne shell: you have to run @samp{emulate sh} and
 set @code{NULLCMD} to @samp{:}. @xref{Compatibility,, Compatibility,
 zsh, The Z Shell Manual}, for details.
-@end itemize
 @end table
 
 The following discussion between Russ Allbery and Robert Lipe is worth