From: Paul Eggert Date: Fri, 29 Apr 2005 22:10:30 +0000 (+0000) Subject: POSIX 1003.1-2001 -> Posix X-Git-Tag: AUTOCONF-2.59c~402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b7739d702bd1fe7ca3e666e595a7a0fe19e491;p=thirdparty%2Fautoconf.git POSIX 1003.1-2001 -> Posix --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d0f531415..c1664978e 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -11180,7 +11180,7 @@ processing as soon as a non-option argument is found. Therefore, use set x $my_list; shift @end example -Avoid @samp{set -}, e.g., @samp{set - $my_list}. POSIX 1003.1-2001 no +Avoid @samp{set -}, e.g., @samp{set - $my_list}. Posix no longer requires support for this command, and in traditional shells @samp{set - $my_list} resets the @samp{-v} and @samp{-x} options, which makes scripts harder to debug.