Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | hush: fix a=abc; c=c; echo ${a%${c}} | Denys Vlasenko | |
function old new delta expand_vars_to_list 2229 2302 +73 add_till_closing_paren 286 313 +27 handle_dollar 623 574 -49 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 100/-49) Total: 51 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-01 | hush: add support for special vars in braces | Mike 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> | |||
2009-03-28 | test for invalid named variables | Mike Frysinger | |