index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 2 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index cf055f7..711f3d1 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -20,7 +20,7 @@ if ! verbose_flock -s -n 7; then >&2 echo 'Cannot get package-database lock.' exit 1 fi -if intentions_left; then +if intentions_left -n; then >&2 echo 'There are still intentions in the queue.' exit 1 fi |