index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 |
diff --git a/bin/db-update b/bin/db-update index 26d2d36..e1255d6 100755 --- a/bin/db-update +++ b/bin/db-update @@ -175,7 +175,7 @@ if ! ${no_action}; 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 |