bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sr #108708: fix for output of 'alias' command


From: Eduardo A . Bustamante López
Subject: Re: sr #108708: fix for output of 'alias' command
Date: Wed, 25 Mar 2015 08:25:44 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

On Wed, Mar 25, 2015 at 10:17:49AM -0400, Chet Ramey wrote:
> On 3/25/15 6:35 AM, Eduardo A. Bustamante López wrote:
> > Original-Report: https://savannah.gnu.org/support/index.php?108708
> > Reporter: Pasha Bolokhov
> > 
> > Alias produces non-reusable output:
> 
> This is fixed on the devel branch.
Hm, awesome! Thanks.

dualbus@yaqui:~/local/src/gnu/bash$ 
GNU bash, version 4.4.0(3)-devel (x86_64-unknown-linux-gnu)
dualbus@yaqui:~/local/src/gnu/bash$ alias -- -i='echo i'                    
dualbus@yaqui:~/local/src/gnu/bash$ alias -p
alias -- -i='echo i'
alias ls='ls --color=auto'

I'll put a comment in Savannah to "mark" it as closed :-P



reply via email to

[Prev in Thread] Current Thread [Next in Thread]