mirror of
https://github.com/sheumann/hush.git
synced 2024-11-15 12:08:09 +00:00
ea7d2f6ec0
The commit 'ash,hush: set exit code 127 in "sh /does/not/exist" case' only partly implemented the dash commit '[ERROR] Allow the originator of EXERROR to set the exit status'. This resulted in incorrect error codes for a syntax error: $ ) $ echo $? 0 or a redirection error for a special builtin: $ rm -f xxx $ eval cat <xxx $ echo $? 0 Signed-off-by: Ron Yorston <rmy@pobox.com> Reported-by: Martijn Dekker <martijn@inlv.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
---|---|---|
.. | ||
hush-arith | ||
hush-bugs | ||
hush-glob | ||
hush-heredoc | ||
hush-invert | ||
hush-leak | ||
hush-misc | ||
hush-parsing | ||
hush-psubst | ||
hush-quoting | ||
hush-read | ||
hush-redir | ||
hush-signals | ||
hush-standalone | ||
hush-vars | ||
hush-z_slow | ||
.gitignore | ||
run-all |