bug-bash
[Top][All Lists]
Advanced

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

alias for commands broken in bash 2.05.0


From: William Bader
Subject: alias for commands broken in bash 2.05.0
Date: Tue, 7 Aug 2001 18:15:21 EDT

The two-line script below prints "abc: command not found"
instead of the current directory on bash-2.05.0.
I built bash from source under RedHat 7.1 (with RedHat's gcc)
and SCO ODT 2.0 (with gcc-2.7.2.1).
It also happens with the bash-2.04.21 distributed by RedHat.

  alias abc=pwd
  abc



reply via email to

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