summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-06 15:29:09 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-06 15:29:09 -0300
commitc74d072dc83c5e3b3d9462678884cd0411a7d1d0 (patch)
tree62ace0f7faba4a2a2b1280cce27646e1aa8dd4b0
parent48ca24dd22a16fb584b4bbe9684a87a44d4deb26 (diff)
Default DRYRUN to false
-rwxr-xr-xchcleanup1
1 files changed, 1 insertions, 0 deletions
diff --git a/chcleanup b/chcleanup
index 26c1a27..17c1f02 100755
--- a/chcleanup
+++ b/chcleanup
@@ -8,6 +8,7 @@
# See: HOOKPREBUILD
set -e
+DRYRUN=${DRYRUN:-false}
source /etc/makepkg.conf
source /etc/libretools.conf