]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo in previous checkin.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 May 2006 03:20:26 +0000 (03:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 May 2006 03:20:26 +0000 (03:20 +0000)
doc/autoconf.texi

index b3e54ce9b47cd16648da4c1c4eccd6e313626467..0542fdbc478caff70b42e44bbc84554d5b2c12e5 100644 (file)
@@ -12190,7 +12190,7 @@ Open@acronym{BSD} 3.4) wrongly exit with @option{-e} if a command within
 @example
 #! /bin/sh
 set -e
-foo='nonempty'
+foo=''
 test -n "$foo" && exit 1
 echo one
 if :; then