Merge "Close all logging file descriptors"
This commit is contained in:
commit
0dfbf9b4b9
6
stack.sh
6
stack.sh
@ -1418,3 +1418,9 @@ fi
|
|||||||
|
|
||||||
# Indicate how long this took to run (bash maintained variable ``SECONDS``)
|
# Indicate how long this took to run (bash maintained variable ``SECONDS``)
|
||||||
echo_summary "stack.sh completed in $SECONDS seconds."
|
echo_summary "stack.sh completed in $SECONDS seconds."
|
||||||
|
|
||||||
|
# Restore/close logging file descriptors
|
||||||
|
exec 1>&3
|
||||||
|
exec 2>&3
|
||||||
|
exec 3>&-
|
||||||
|
exec 6>&-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user