cc-wrapper: Add set -x tracing for NIX_DEBUG >= 7
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
set -eu -o pipefail
|
||||
shopt -s nullglob
|
||||
|
||||
if (( "${NIX_DEBUG:-0}" >= 7 )); then
|
||||
set -x
|
||||
fi
|
||||
|
||||
path_backup="$PATH"
|
||||
|
||||
# That @-vars are substituted separately from bash evaluation makes
|
||||
|
||||
Reference in New Issue
Block a user