Merge "Close all logging file descriptors"

This commit is contained in:
Jenkins 2014-03-08 19:09:50 +00:00 committed by Gerrit Code Review
commit 0dfbf9b4b9
1 changed files with 6 additions and 0 deletions

View File

@ -1418,3 +1418,9 @@ fi
# Indicate how long this took to run (bash maintained variable ``SECONDS``)
echo_summary "stack.sh completed in $SECONDS seconds."
# Restore/close logging file descriptors
exec 1>&3
exec 2>&3
exec 3>&-
exec 6>&-