improved i/o handling on the run executable means this is no longer relevant
This commit is contained in:
parent
05694ed022
commit
8bcc99b898
@ -8,15 +8,13 @@ use scwrypts/run
|
|||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
SCWRYPTS__RUN() {
|
SCWRYPTS__RUN() { # context wrapper to run scwrypts within scwrypts
|
||||||
local EXIT_CODE=0
|
local EXIT_CODE=0
|
||||||
((SUBSCWRYPT+=1))
|
((SUBSCWRYPT+=1))
|
||||||
|
|
||||||
echo "--- START SUBSCWRYPT=$SUBSCWRYPT $@"
|
|
||||||
SUBSCWRYPT=$SUBSCWRYPT $SCWRYPTS_ROOT/run $@
|
SUBSCWRYPT=$SUBSCWRYPT $SCWRYPTS_ROOT/run $@
|
||||||
EXIT_CODE=$?
|
EXIT_CODE=$?
|
||||||
|
|
||||||
((SUBSCWRYPT-=1))
|
((SUBSCWRYPT-=1))
|
||||||
return $EXIT_CODE
|
return $EXIT_CODE
|
||||||
echo "--- END SUBSCWRYPT=$SUBSCWRYPT $@"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user