v3.6.5
===================================================================== --- Bug fixes ---------------------------- - Some exit error cases were not handled properly by the default eval string due to early exit failing within the primary subshell of the scwrypt; moving the runstring one subshell deeper allows the capture of exit cases
This commit is contained in:
parent
531aa52146
commit
768350e6ab
2
run
2
run
@ -275,7 +275,7 @@ __RUN() {
|
||||
{
|
||||
[ $HEADER ] && echo $HEADER
|
||||
echo '\033[1;33m--- BEGIN OUTPUT -------------------------\033[0m'
|
||||
eval "$RUN_STRING $(printf "%q " "$@")"
|
||||
(eval "$RUN_STRING $(printf "%q " "$@")")
|
||||
EXIT_CODE=$?
|
||||
echo '\033[1;33m--- END OUTPUT ---------------------------\033[0m'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user