Your message dated Sat, 10 Sep 2005 21:33:12 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#272168: bash: unexpected brace expansion (or lack thereof)
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; 17 Sep 2004 23:36:33 +0000
>From [EMAIL PROTECTED] Fri Sep 17 16:36:33 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dsl093-216-237.aus1.dsl.speakeasy.net (defaultvalue.org)
[66.93.216.237] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C8SHJ-0000ph-00; Fri, 17 Sep 2004 16:36:33 -0700
Received: from trouble.defaultvalue.org (omen.defaultvalue.org [192.168.1.1])
by defaultvalue.org (Postfix) with ESMTP id B8B143FC1
for <[EMAIL PROTECTED]>; Fri, 17 Sep 2004 18:36:31 -0500 (CDT)
Received: by trouble.defaultvalue.org (Postfix, from userid 1000)
id B46B53C101B; Fri, 17 Sep 2004 18:35:23 -0500 (CDT)
To: [EMAIL PROTECTED]
Subject: bash: unexpected brace expansion (or lack thereof)
From: Rob Browning <[EMAIL PROTECTED]>
Date: Fri, 17 Sep 2004 18:35:23 -0500
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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
This script will create one directory rather than three. That's
definitely a change from 2.05b, and seemed like it might be a bug.
#!/bin/bash
set -ex
DEST=/tmp/blarg
rm -rf "${DEST}"
mkdir -p "${DEST}"/{foo,bar,baz}
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
---------------------------------------
Received: (at 272168-done) by bugs.debian.org; 10 Sep 2005 19:33:17 +0000
>From [EMAIL PROTECTED] Sat Sep 10 12:33:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EEB6C-0007IK-00; Sat, 10 Sep 2005 12:33:16 -0700
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 VAA13036;
Sat, 10 Sep 2005 21:33:14 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 5D1DCFC28;
Sat, 10 Sep 2005 21:33:14 +0200 (MEST)
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 26071-33; Sat, 10 Sep 2005 21:33:13 +0200 (MEST) 11324
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 Sep 2005 21:33:13 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j8AJXCoc002790;
Sat, 10 Sep 2005 21:33:12 +0200 (MEST)
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 Sep 2005 21:33:12 +0200
To: Rob Browning <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#272168: bash: unexpected brace expansion (or lack thereof)
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
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
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-Level:
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
Rob Browning writes:
>
> Package: bash
> Version: 3.0-6
>
> This script will create one directory rather than three. That's
> definitely a change from 2.05b, and seemed like it might be a bug.
>
> #!/bin/bash
> set -ex
> DEST=/tmp/blarg
> rm -rf "${DEST}"
> mkdir -p "${DEST}"/{foo,bar,baz}
not reproducible in 3.0-15 as pointed out by Justin, closing the
report.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]