Your message dated Thu, 1 Jan 2009 17:02:57 +0100
with message-id <[email protected]>
and subject line bug triage
has caused the Debian Bug report #310872,
regarding zsh can't be a ksh replacement (can't trap ERR).
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.)


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

Hi,

This is very simple. zsh is not to be considered a ksh.
This simple command fails using zsh as ksh (I did update-alternatives) :

        trap 'echo alert-an-error-occured' ERR

This simple command succeeds with `normal/standard' ksh, tested with :
        Solaris ksh,
        OSF1 ksh,
        AIX ksh,
        pdksh (debian sarge),
        www.kornshell.com ksh.

I hope you will remove this alternative before too many scripts break...

        Regards,
        Christophe.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages zsh depends on:
ii  debconf                 1.4.30.13        Debian configuration management sy
ii  libc6                   2.3.2.ds1-22     GNU C Library: Shared libraries an
ii  libncurses5             5.4-4            Shared libraries for terminal hand
ii  passwd                  1:4.0.3-31sarge5 change and administer password and

-- no debconf information


--- End Message ---
--- Begin Message ---
ric...@roadwarrior ~ % which ksh
/usr/bin/ksh
ric...@roadwarrior ~ % ls -l /usr/bin/ksh
lrwxrwxrwx 1 root root 29 2008-08-06 11:32 /usr/bin/ksh ->
/etc/alternatives/usr.bin.ksh
ric...@roadwarrior ~ % ls -l /etc/alternatives/usr.bin.ksh
lrwxrwxrwx 1 root root 9 2008-09-07 16:45
/etc/alternatives/usr.bin.ksh -> /bin/zsh4
ric...@roadwarrior ~ % trap 'echo alert-an-error-occured' ERR
ric...@roadwarrior ~ % ksh
$ trap 'echo alert-an-error-occured' ERR
$


--- End Message ---

Reply via email to