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

2015-03-25 Thread Eduardo A . Bustamante López
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 branc

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

2015-03-25 Thread Chet Ramey
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. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

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

2015-03-25 Thread Eduardo A . Bustamante López
Original-Report: https://savannah.gnu.org/support/index.php?108708 Reporter: Pasha Bolokhov Alias produces non-reusable output: dualbus@yaqui:~$ alias -- -x='echo x' dualbus@yaqui:~$ alias -p alias -x='echo x' alias ls='ls --color=auto' 'help alias' claims it's reusable: alias -p|grep reusable