index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/delete-packages | 2 |
diff --git a/bin/delete-packages b/bin/delete-packages index 7486644..bfcb9ac 100755 --- a/bin/delete-packages +++ b/bin/delete-packages @@ -127,7 +127,7 @@ if [ -z "${no_action_option}" ]; then exit 0 fi - if intentions_left; then + if intentions_left ${block_flag}; then >&2 echo 'come back (shortly) later - There are still intentions in the queue.' exit 0 fi |