Your message dated Sat, 10 Sep 2005 11:37:14 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#313423: Bash Alias has stopped supporting slashes (/)
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; 13 Jun 2005 15:47:32 +0000
>From [EMAIL PROTECTED] Mon Jun 13 08:47:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ux10.sp.cs.cmu.edu [128.2.209.197] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1Dhr9w-0004Xz-00; Mon, 13 Jun 2005 08:47:32 -0700
Received: from ux10.sp.cs.cmu.edu ([127.0.0.1]) by ux10.sp.cs.cmu.edu
          id aa12141; 13 Jun 2005 11:46 EDT
Date: Mon, 13 Jun 2005 11:46:39 -0400 (EDT)
From: Rajesh Krishna Balan <[EMAIL PROTECTED]>
X-X-Sender: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
MMDF-Warning: Parse error in original version of preceding line at 
ux10.sp.cs.cmu.edu
Subject: Bash Alias has stopped supporting slashes (/)
Message-ID: <[EMAIL PROTECTED]>
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_2005_01_02 
        (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_2005_01_02
X-Spam-Level: 

Package: bash
Version: 3.0-15

Hi,

This alias command has stopped working in the latest version of bash. It
was working fine in every previous version.

[EMAIL PROTECTED]:~# alias dir/w='ls -CF --color'
-bash: alias: `dir/w': invalid alias name

I've tried
alias "dir/w"='ls -CF --color'
alias 'dir/w'='ls -CF --color'
alias dir\/w='ls -CF --color'
alias dir//w='ls -CF --color'
alias `dir\/w'='ls -CF --color'

all fail.

Rajesh


---------------------------------------
Received: (at 313423-done) by bugs.debian.org; 10 Sep 2005 09:37:20 +0000
>From [EMAIL PROTECTED] Sat Sep 10 02:37:20 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 1EE1nS-0004fE-00; Sat, 10 Sep 2005 02:37:18 -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 LAA27550;
        Sat, 10 Sep 2005 11:37:16 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 999D9FD51;
        Sat, 10 Sep 2005 11:37:15 +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 22057-18; Sat, 10 Sep 2005 11:37:14 +0200 (MEST) 11331
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 11:37:14 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j8A9bE9x014971;
        Sat, 10 Sep 2005 11:37:14 +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 11:37:14 +0200
To: Rajesh Krishna Balan <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#313423: Bash Alias has stopped supporting slashes (/)
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

Not a bug. See ALIASES in bash(1).

Rajesh Krishna Balan writes:
> Package: bash
> Version: 3.0-15
> 
> Hi,
> 
> This alias command has stopped working in the latest version of bash. It
> was working fine in every previous version.
> 
> [EMAIL PROTECTED]:~# alias dir/w='ls -CF --color'
> -bash: alias: `dir/w': invalid alias name
> 
> I've tried
> alias "dir/w"='ls -CF --color'
> alias 'dir/w'='ls -CF --color'
> alias dir\/w='ls -CF --color'
> alias dir//w='ls -CF --color'
> alias `dir\/w'='ls -CF --color'
> 
> all fail.
> 
> Rajesh
> 


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

Reply via email to