Package: dash
Version: 0.5.7-3
Severity: important

Dear Maintainer,

I often source scripts with generic variable definitions and/or
functions in my main scripts.
With the dash package of Wheezy my scripts all fail as the parameters do
not get to the sourced scripts.

To reproduce this error just create a simple test script via:
cat > test.sh << __EOF
echo parameter is \"\${1}\"
__EOF

Execute it on console via:
. ./test.sh "DASH test"

Results:
dash 0.5.7-3 (Wheezy): parameter is ""
bash 4.2+dfsg-0.1 (Wheezy): parameter is "DASH test"
dash 0.5.5.1-7.4 (Squeeze): parameter is "DASH test"


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  debianutils  4.3.2
ii  dpkg         1.16.10
ii  libc6        2.13-38

dash recommends no packages.

dash suggests no packages.

-- debconf information:
* dash/sh: true


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to