Re: [BUG] dash uses $* instead of $@ in variable assignments

2015-11-26 Thread Stephane Chazelas
2015-11-26 20:44:26 +0100, Gioele Barabucci: > Hello, > > I am forwarding a bug [1] reported by a Debian user: dash incorrectly > uses `$*` instead of the requested `$@` inside variable assignments. > The current version of dash is affected by this bug. > > A simple test from the original reporte

Re: [BUG] dash uses $* instead of $@ in variable assignments

2015-11-26 Thread Harald van Dijk
On 26/11/2015 20:44, Gioele Barabucci wrote: Hello, I am forwarding a bug [1] reported by a Debian user: dash incorrectly uses `$*` instead of the requested `$@` inside variable assignments. The current version of dash is affected by this bug. A simple test from the original reporter: $ d

[BUG] dash uses $* instead of $@ in variable assignments

2015-11-26 Thread Gioele Barabucci
Hello, I am forwarding a bug [1] reported by a Debian user: dash incorrectly uses `$*` instead of the requested `$@` inside variable assignments. The current version of dash is affected by this bug. A simple test from the original reporter: $ dash -c 'IFS=:$IFS ; set -- a b c ; echo "$@" ; x