Package: posh
Version: 0.12.5
Severity: normal

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

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

If I type "foo", then Ctrl-\, then "bar", I get:

$ foo^\
$ bar
posh: bar: not found

which is wrong.

If I type "foo", then send a SIGQUIT or a SIGTERM with a "kill -QUIT"
or "kill -TERM" from another shell, then type "bar", I get:

$ foo
$ bar
posh: foobar: not found

The behavior is now OK except that a new prompt should not be
displayed when the SIGQUIT/SIGTERM signal is received.

-- 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 posh depends on:
ii  debconf [debconf-2.0]  1.5.58
ii  libc6                  2.19-22

posh recommends no packages.

posh suggests no packages.

-- debconf information:
  posh/sh: false

Reply via email to