summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack-tmpconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/spack-tmpconfig b/bin/spack-tmpconfig
index b9cca15cc0..a3d053d340 100755
--- a/bin/spack-tmpconfig
+++ b/bin/spack-tmpconfig
@@ -7,7 +7,6 @@ export TMPDIR="${XDG_RUNTIME_DIR}"
export TMP_DIR="$(mktemp -d -t spack-test-XXXXX)"
clean_up() {
[[ -n "$TMPCONFIG_DEBUG" ]] && printf "cleaning up: $TMP_DIR\n"
- [[ -n "$TMPCONFIG_DEBUG" ]] && tree "$TMP_DIR"
rm -rf "$TMP_DIR"
}
trap clean_up EXIT