Package: dash
Version: 0.5.7-4+b1
Severity: normal

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html
says:

  If the shell is interactive:
    SIGQUIT and SIGTERM signals shall be ignored.

The behavior of dash is correct when the signal has been sent with
"kill" from another terminal, but if I type "foo", then the quit
character (Ctrl-\ by default), then "bar", I get:

$ foo^\bar 
dash: 1: bar: not found

instead of:

$ foobar
dash: 1: foobar: not found

-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-2-amd64 (SMP w/12 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dash depends on:
ii  debianutils  4.5.1
ii  dpkg         1.18.3
ii  libc6        2.19-22

dash recommends no packages.

dash suggests no packages.

-- debconf information:
* dash/sh: true

Reply via email to