diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-05 19:38:09 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-05 19:38:09 -0500 |
commit | 1b74c4c87cc1a268d3a9cae14335101dff25161f (patch) | |
tree | e1b9ab5bd9e15eeb9d0a4492ecbee6a442ed1754 /src/chroot-tools/chcleanup.in | |
parent | e2308f58bd454a01cbd7c9359bb0abc7254722e1 (diff) |
chcleanup: oops, I left a `set -x` in therev20150105
Diffstat (limited to 'src/chroot-tools/chcleanup.in')
-rw-r--r-- | src/chroot-tools/chcleanup.in | 2 |
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} |