Your message dated Fri, 2 Aug 2019 17:08:39 +0200
with message-id <[email protected]>
and subject line Re: zsh: A backgrounded pipeline should return a status of 
zero.
has caused the Debian Bug report #605849,
regarding zsh: A backgrounded pipeline should return a status of zero.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
605849: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605849
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh
Version: 4.3.10-17
Severity: normal

The zsh man pages say:

  A backgrounded pipeline returns a status of zero.

But zsh doesn't behave correctly:

xvii:~> zsh -f
xvii% false
xvii% sleep 1&
[1] 8693
xvii% 
[1]  + done       sleep 1
xvii% 
xvii% echo $?
1
xvii% 

zsh-beta is OK, though.

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

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages zsh depends on:
ii  libc6                     2.11.2-7       Embedded GNU C Library: Shared lib
ii  libcap2                   1:2.19-3       support for getting/setting POSIX.
ii  libncursesw5              5.7+20100313-4 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libc6                         2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpcre3                      8.02-1.1   Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
ii  zsh-doc                       4.3.10-17  zsh documentation - info/HTML form

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 5.3.1-4

On 2010-12-04 01:54:38 +0100, Vincent Lefevre wrote:
> Package: zsh
> Version: 4.3.10-17
> Severity: normal
> 
> The zsh man pages say:
> 
>   A backgrounded pipeline returns a status of zero.
> 
> But zsh doesn't behave correctly:
> 
> xvii:~> zsh -f
> xvii% false
> xvii% sleep 1&
> [1] 8693
> xvii% 
> [1]  + done       sleep 1
> xvii% 
> xvii% echo $?
> 1
> xvii% 
> 
> zsh-beta is OK, though.

This was fixed at least in zsh 5.3.1-4 (Debian 9.9).

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

--- End Message ---

Reply via email to