bug-bash
[Top][All Lists]
Advanced

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

Aliases in subbshell does not work as expected


From: Коренберг Марк
Subject: Aliases in subbshell does not work as expected
Date: Sun, 11 Jan 2009 17:18:24 +0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Configuration Information [Automatically generated, do not change]:
Machine: i486
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALED $uname output: Linux mmarkk-desktop 2.6.27-11-generic #1 SMP Thu Jan 8 08:38:33 UTC 2009 i686 GNU/Linux
Machine Type: i486-pc-linux-gnu

Bash Version: 3.2
Patch Level: 39
Release Status: release

Description:
       See Repeat-by section.

Repeat-By:
       alias aaa='echo aaa'; ( alias aaa='echo bbb'; aaa ; )
       Will print 'aaa' instead of 'bbb' as I expect.




reply via email to

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