summaryrefslogtreecommitdiff
path: root/src/chroot-tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-05 19:38:09 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-05 19:38:09 -0500
commit1b74c4c87cc1a268d3a9cae14335101dff25161f (patch)
treee1b9ab5bd9e15eeb9d0a4492ecbee6a442ed1754 /src/chroot-tools
parente2308f58bd454a01cbd7c9359bb0abc7254722e1 (diff)
chcleanup: oops, I left a `set -x` in therev20150105
Diffstat (limited to 'src/chroot-tools')
-rw-r--r--src/chroot-tools/chcleanup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/chcleanup.in b/src/chroot-tools/chcleanup.in
index a9d0e1b..04cf8ad 100644
--- a/src/chroot-tools/chcleanup.in
+++ b/src/chroot-tools/chcleanup.in
@@ -26,7 +26,7 @@
# leaves you with a cleansystem
#
# See: HOOKPREBUILD
-set -x
+
set -eE
DRYRUN=${DRYRUN:-false}