From: Akim Demaille Date: Fri, 10 Nov 2000 14:44:30 +0000 (+0000) Subject: Typos. X-Git-Tag: autoconf-2.50~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2ea1b00cd3dbe8d742ea60ae94f473df12b69b;p=thirdparty%2Fautoconf.git Typos. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 56ee31a60..c1f22cf4a 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5440,9 +5440,10 @@ If you want to explicitly refer to the positional arguments, given the @samp{$@@} bug (@pxref{Shell Substitutions}), use: @example -for arg in ${1+"$@@"}; do +for arg in $@{1+"$@@"@}; do echo "$arg" done +@end example @item @command{if} @cindex @command{if}