Confirm-ish, but it DTRT if you write
for x in "$@"; do
which the autoconf manual says to use anyway; however,
for x do
doesn’t work, which is their second form.
This seems to be something inherited from pdksh. I’ll look into it.
Confirm-ish, but it DTRT if you write
for x in "$@"; do
which the autoconf manual says to use anyway; however,
for x
do
doesn’t work, which is their second form.
This seems to be something inherited from pdksh. I’ll look into it.