Your message dated Tue, 01 Mar 2005 16:47:05 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#276964: fixed in dash 0.5.2-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Aug 2004 23:10:01 +0000
>From [EMAIL PROTECTED] Sun Aug 29 16:10:01 2004
Return-path: <[EMAIL PROTECTED]>
Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1C1YoD-0000Zj-00; Sun, 29 Aug 2004 16:10:01 -0700
Received: (qmail 19485 invoked by uid 65534); 29 Aug 2004 23:09:29 -0000
Received: from pD951663B.dip.t-dialin.net (EHLO noo.localnet) (217.81.102.59)
  by mail.gmx.net (mp027) with SMTP; 30 Aug 2004 01:09:29 +0200
X-Authenticated: #328740
Received: from ingo by noo.localnet with local (Exim 3.36 #1 (Debian))
        id 1C1Yna-0005Hv-00; Mon, 30 Aug 2004 01:09:22 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ingo Koehne <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dash: wrong errexit with eval
X-Mailer: reportbug 2.64
Date: Mon, 30 Aug 2004 01:09:22 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: dash
Version: 0.5.1-3
Severity: important


hi,

$ set -e
$ eval false || true

results in dash exiting, which is wrong, i suppose.
at least neither bash nor busybox sh behave this way.

greetings

ingo


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-rc1
Locale: LANG=C, LC_CTYPE=deutsch

Versions of packages dash depends on:
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an

-- debconf information:
  dash/sh: false

---------------------------------------
Received: (at 276964-close) by bugs.debian.org; 1 Mar 2005 21:53:06 +0000
>From [EMAIL PROTECTED] Tue Mar 01 13:53:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D6FIf-0003Ft-00; Tue, 01 Mar 2005 13:53:05 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D6FCr-0005or-00; Tue, 01 Mar 2005 16:47:05 -0500
From: Gerrit Pape <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#276964: fixed in dash 0.5.2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Mar 2005 16:47:05 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: dash
Source-Version: 0.5.2-2

We believe that the bug you reported is fixed in the latest version of
dash, which is due to be installed in the Debian FTP archive:

ash_0.5.2-2_all.deb
  to pool/main/d/dash/ash_0.5.2-2_all.deb
dash_0.5.2-2.diff.gz
  to pool/main/d/dash/dash_0.5.2-2.diff.gz
dash_0.5.2-2.dsc
  to pool/main/d/dash/dash_0.5.2-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dash package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  1 Mar 2005 21:14:37 +0000
Source: dash
Binary: dash-udeb ash dash
Architecture: all source
Version: 0.5.2-2
Distribution: unstable
Urgency: high
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description: 
 ash        - Compatibility package for the Debian Almquist Shell
 dash       - The Debian Almquist Shell
 dash-udeb  - The Debian Almquist Shell for boot floppies (udeb)
Closes: 276964 296396 296545
Changes: 
 dash (0.5.2-2) unstable; urgency=high
 .
   * debian/control: no longer Build-Depends: bison.
   * apply patch from upstream:
     * src/eval.c, src/eval.h: don't errexit on builtin in if condition and
       or list (closes: #276964).
   * src/dash.1: fix grammar, typo (thx A Costa, closes: #296396, #296545).
Files: 
 49890c7b1ea4dbbd601152ce7d766680 553 shells optional dash_0.5.2-2.dsc
 f08cfbed62e65956ceda43169050bf52 20045 shells optional dash_0.5.2-2.diff.gz
 a83765d462f94fd6d77402dd53adb151 14658 shells optional ash_0.5.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCJODnGJoyQbxwpv8RAlAyAJ9EgpM5uBXoNbkA2j280KKqWnw8xACfeTBw
8UQzIHvKb9Ik4UvHLFUIKxQ=
=zPdm
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to