Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

quote removal bug?



Consider the following script:
echo $ZSH_VERSION
a=()
b=
unset b
echo "1" $a
echo "2" $b

On my system, zsh computes from this:
3.0.5
"1"
2

Why? (In both cases, echo was called with just one positional parameter.)

Thank you,

      Dirk



Messages sorted by: Reverse Date, Date, Thread, Author