Your message dated Sat, 10 Dec 2005 16:13:03 +0100
with message-id <[EMAIL PROTECTED]>
and subject line fixed in bash_3.1-1
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; 14 Sep 2004 18:17:23 +0000
>From [EMAIL PROTECTED] Tue Sep 14 11:17:23 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx.stud.uni-hannover.de (studserv.stud.uni-hannover.de) 
[130.75.176.3] (root)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C7Hrn-0004Zw-00; Tue, 14 Sep 2004 11:17:23 -0700
Received: from schwan ([EMAIL PROTECTED] [127.0.0.1])
        by studserv.stud.uni-hannover.de (8.12.11/8.12.11) with ESMTP id 
i8EIHCFa025579;
        Tue, 14 Sep 2004 20:17:13 +0200 (MEST)
Received: by schwan (Postfix, from userid 1000)
        id BAE92922B; Tue, 14 Sep 2004 20:17:10 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ingo Saitz <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bash: multiline case commands incorrectly saved to history
X-Mailer: reportbug 2.64
Date: Tue, 14 Sep 2004 20:17:10 +0200
Message-Id: <[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: bash
Version: 3.0-6
Severity: minor

    $ case $foo
    > in
    > *bar)
    > true
    > ;;
    > esac

After entering these six lines the history contains the following line
which fails because of the ; after $foo:

    $ case $foo; in *bar) true; ;; esac

    Ingo

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-rc1-mm5-schwan20040913
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8

Versions of packages bash depends on:
ii  base-files                  3.1          Debian base system miscellaneous f
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-4        Shared libraries for terminal hand
ii  passwd                      1:4.0.3-30.1 Change and administer password and

-- no debconf information

---------------------------------------
Received: (at 271711-done) by bugs.debian.org; 10 Dec 2005 15:13:11 +0000
>From [EMAIL PROTECTED] Sat Dec 10 07:13:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de ([130.149.17.13] ident=root)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1El6PO-0006xq-DD; Sat, 10 Dec 2005 07:13:10 -0800
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
        by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id QAA29419;
        Sat, 10 Dec 2005 16:13:07 +0100 (MET)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id CE2B9F2BC;
        Sat, 10 Dec 2005 16:13:06 +0100 (MET)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 05269-22; Sat, 10 Dec 2005 16:13:03 +0100 (MET) 11217
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP;
        Sat, 10 Dec 2005 16:13:03 +0100 (MET)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id jBAFD3Vk016187;
        Sat, 10 Dec 2005 16:13:03 +0100 (MET)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 10 Dec 2005 16:13:03 +0100
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: fixed in bash_3.1-1
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
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-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

Version: 3.1-1

fixed in bash-3.1


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

Reply via email to