diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-06 15:29:09 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-06 15:29:09 -0300 |
commit | c74d072dc83c5e3b3d9462678884cd0411a7d1d0 (patch) | |
tree | 62ace0f7faba4a2a2b1280cce27646e1aa8dd4b0 | |
parent | 48ca24dd22a16fb584b4bbe9684a87a44d4deb26 (diff) |
Default DRYRUN to false
-rwxr-xr-x | chcleanup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ # See: HOOKPREBUILD set -e +DRYRUN=${DRYRUN:-false} source /etc/makepkg.conf source /etc/libretools.conf |