Ralf Wildenhues <[EMAIL PROTECTED]> writes: > $ foo='bar baz' > $ touch "$foo" > $ cat <$foo > bash: $foo: ambiguous redirect > $ cat <"$foo" > $ echo $BASH_VERSION > 2.05b.0(1)-release
Silly me, I didn't test bash; I tested only ksh and Solaris sh. Bash does the right thing if POSIXLY_CORRECT=1, but I guess for some reason it does the incompatible thing otherwise. Please make the original change that you wanted.
