Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only unset xtrace if env.sh set it first (#5875)
I noticed that the Buildomat logs for some of our tests didn't have execution tracing, despite `set -o xtrace` at the top of their scripts! Turns out env.sh was the cause. Despite this script being Bash-specific (`$BASH_SOURCE`) I went with a POSIXy implementation here. (Also fixed quoting, in case your checkout is within a directory path containing spaces.)
- Loading branch information