Dear Maintainer,
The following typescript shows that a shell variable assignment from
"$@" uses "$*" instead,
$ dash -c ' IFS=:$IFS ; set -- a b c ; echo "$@" ; aa="$@" ; echo "$aa" '
a b c
a:b:c
Thanks,
Jeffrey Sheinberg
Hello, I am marking this bug as wontfix: the discussion upstream [1] highlighted that and [1] http://thread.gmane.org/gmane.comp.shells.dash/1179 Regards,