Your message dated Thu, 1 Jan 2009 20:09:39 +0100
with message-id <[email protected]>
and subject line bug triage
has caused the Debian Bug report #273097,
regarding 'unset nosuchvar' should leave $? as 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.)


-- 
273097: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=273097
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh
Version: 4.2.1-3
Severity: normal

After 'unset nosuchvar', $? is 1.  It should be zero.

SUSv3 says:
           
        Unsetting a variable or function that was not previously
        set shall not be considered an error and does not cause
        the shell to abort.

...
   
        EXIT STATUS

             0
                All name operands were successfully unset.
            >0
                At least one name could not be unset.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9rc2
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-1

Versions of packages zsh depends on:
ii  debconf                     1.4.36       Debian configuration management sy
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libcap1                     1:1.10-14    support for getting/setting POSIX.
ii  libncurses5                 5.4-4        Shared libraries for terminal hand
ii  passwd                      1:4.0.3-30.1 Change and administer password and

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Version: 3.4.9-1

ric...@roadwarrior 4.3.9-dev-1-cvs1218 ~ % unset nosuchvar
ric...@roadwarrior 4.3.9-dev-1-cvs1218 ~ % echo $?
0
ric...@roadwarrior 4.3.9-dev-1-cvs1218 ~ %


--- End Message ---

Reply via email to