Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: fix exit code propagation from `cmd`. +45 bytes | Denys Vlasenko | 2009-11-16 | 2 | -8/+4 |
* | hush: wait for `cmd` to complete, and immediately store its exitcode in $? | Denys Vlasenko | 2009-11-15 | 2 | -0/+2 |
* | hush: fix handling of empty arguments | Denys Vlasenko | 2009-10-18 | 2 | -4/+11 |
* | hush: handle empty execs | Mike Frysinger | 2009-10-18 | 2 | -0/+30 |
* | skip some tests when fancy echo support is turned off | Mike Frysinger | 2009-04-09 | 1 | -0/+2 |
* | hush: more rodust detection of unterminated strings etc; | Denis Vlasenko | 2009-04-08 | 2 | -0/+10 |
* | hush: fix for nested $()s with escapes + testsuite | Denis Vlasenko | 2008-06-12 | 3 | -1/+14 |
* | hush: more backtick and quoting fixes... | Denis Vlasenko | 2008-06-10 | 2 | -0/+17 |
* | hush: fix yet another fallout | Denis Vlasenko | 2008-06-10 | 4 | -0/+12 |