bug-bash
[Top][All Lists]
Advanced

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

is this coherent?


From: Antonio Macchi
Subject: is this coherent?
Date: Thu, 12 Feb 2009 09:11:40 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080213)

$ a=ok

$ b=a

$ echo ${!b-a}
ok

$ unset b

$ echo ${!b-a}
a



imho, the last command should expand to "ok" too






reply via email to

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