index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-psubst
Age
Commit message (
Expand
)
Author
2021-07-27
shell: update psubst testcases
Denys Vlasenko
2020-10-24
hush: do not print killing signal name in `cmd_whihc_dies_on_signal`
Denys Vlasenko
2020-02-17
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2018-04-05
hush: fix a few more corner cases with empty-expanding `cmds`
Denys Vlasenko
2010-09-12
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-05-20
hush: fix var=`exit 2` not setting $? to 2
Denys Vlasenko
2009-11-16
hush: fix exit code propagation from `cmd`. +45 bytes
Denys Vlasenko
2009-11-15
hush: wait for `cmd` to complete, and immediately store its exitcode in $?
Denys Vlasenko
2009-10-18
hush: fix handling of empty arguments
Denys Vlasenko
2009-10-18
hush: handle empty execs
Mike Frysinger
2009-04-09
skip some tests when fancy echo support is turned off
Mike Frysinger
2009-04-08
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2008-06-12
hush: fix for nested $()s with escapes + testsuite
Denis Vlasenko
2008-06-10
hush: more backtick and quoting fixes...
Denis Vlasenko
2008-06-10
hush: fix yet another fallout
Denis Vlasenko