Package: dash
Version: 0.5.5.1-3
Severity: important

the bellow examples explain it:

#bash:
$ read line && echo $line
\\ \\ \\ \\
\ \ \ \

$ read -r line && echo "$line"
\\ \\
\\ \\

#dash:
$ read line && echo "$line"                
\\ \\ \\ \\
\\

$ read -r line && echo "$line"
\\ \\
\ \



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  debianutils                   3.2.2      Miscellaneous utilities specific t
ii  dpkg                          1.15.5.6   Debian package management system
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib

dash recommends no packages.

dash suggests no packages.

-- debconf information:
* dash/sh: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to