Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | ash: LINENO starts from 0 in -c SCRIPT mode | Denys Vlasenko | |
The var_LINENO3.tests fails for hush: it does start from 0, but does not increment. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2019-05-15 | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko | |
function old new delta expand_one_var 2296 2311 +15 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2017-07-25 | ash: import param_expand_default.tests from hush | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |