mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
Typos.
This commit is contained in:
parent
8ced8eb0a4
commit
ac2ea1b00c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user