From: Akim Demaille Date: Mon, 5 Feb 2001 16:36:11 +0000 (+0000) Subject: Typo. X-Git-Tag: autoconf-2.50~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2cdbc6f5e09844ac5bf745a37e96bba1f01199b;p=thirdparty%2Fautoconf.git Typo. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 7682ed2e1..3cd25f367 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5552,7 +5552,7 @@ Note that since @command{zsh} supports @command{unset}, you may unset @evindex IFS Don't set the first character of @code{IFS} to backslash. Indeed, Bourne shells use the first character (backslash) when joining the -components in @samp{"$@"} and some shells then re-interpret (!) the +components in @samp{"$@@"} and some shells then re-interpret (!) the backslash escapes, so you can end up with backspace and other strange characters.