diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-11-23 13:24:00 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-11-23 13:24:00 -0300 |
commit | ee7bba114de818df23196edb7d0d785217b7a332 (patch) | |
tree | 465bb42e1abd0ffa0b19fd26a6cf63e360089121 /db-cleanup | |
parent | 51e733fdb525e1c1e9392aa4c3a0b882a6433ad4 (diff) |
DRYRUN check
Diffstat (limited to 'db-cleanup')
-rwxr-xr-x | db-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |