summaryrefslogtreecommitdiff
path: root/db-cleanup
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-11-23 13:24:00 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-11-23 13:24:00 -0300
commitee7bba114de818df23196edb7d0d785217b7a332 (patch)
tree465bb42e1abd0ffa0b19fd26a6cf63e360089121 /db-cleanup
parent51e733fdb525e1c1e9392aa4c3a0b882a6433ad4 (diff)
DRYRUN check
Diffstat (limited to 'db-cleanup')
-rwxr-xr-xdb-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-cleanup b/db-cleanup
index 0c093c2..b12e9c1 100755
--- a/db-cleanup
+++ b/db-cleanup
@@ -26,7 +26,7 @@ trap 'trap_exit "$(gettext "TERM signal caught. Exiting...")"' TERM HUP QUIT
trap 'trap_exit "$(gettext "Aborted by user! Exiting...")"' INT
trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR
-(( CLEANUP_DRYRUN )) && EXTRAFLAGS+=" --dry-run"
+${CLEANUP_DRYRUN} && EXTRAFLAGS+=" --dry-run"
for _repo in ${ARCHREPOS[@]}; do
for _arch in ${ARCHARCHES[@]}; do