Package: dash
Version: 0.5.3-3
Severity: normal

Please compare:

# non-interactive shell
$ dash -c 'dash; read arg'
dash$ exit
[1]  + 683 suspended (tty input)  dash -c 'dash; read arg'
$ kill %1
[1]  + 820 terminated  dash -c 'dash; read arg'
$

# interactive shell
$ dash -i -c 'dash; read arg'
dash$ exit
read this!
$

Bash and Zsh do it right:

$ dash -c 'bash; read arg'
bash$ exit
read this!
$
$ dash -i -c 'bash; read arg'
bash$ exit
read this!
$

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages dash depends on:
ii  libc6                         2.3.6-15   GNU C Library: Shared libraries

dash recommends no packages.

-- debconf-show failed

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to