aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var1.right
AgeCommit message (Collapse)Author
2009-06-01hush: add support for special vars in bracesMike Frysinger
Some people like to use ${?} rather than $?, so make sure we support all the special single char vars that use this form. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-07-31hush: support $_NUMBERS variable namesDenis Vlasenko