This commit is contained in:
Akim Demaille 2000-11-10 14:44:30 +00:00
parent 8ced8eb0a4
commit ac2ea1b00c

View File

@ -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}