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
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
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