autoconf
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: Re: Fwd: for VAR; do does not work any more on some platforms
Date: Sat, 04 Mar 2006 23:01:24 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Eric Blake <address@hidden> 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$ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]