Re: Fwd: for VAR; do does not work any more on some platforms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Eric Blake <ebb9@xxxxxxx> writes:

> Bash 3.1 currently violates POSIX in that 'for V ; ...' does not behave
> like 'for V in "$@" ; ...'.  As evidenced from this snippet of a report on
> bug-bash, it affects autoconf.

I don't observe the problem; see below.  Can you please give more
details about how to reproduce it?

bash-3.1$ set a b c
bash-3.1$ for i
> do echo "$i"
> done
a
b
c
bash-3.1$ 


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux