index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 1 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 8b1db28..8b01c38 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -366,7 +366,6 @@ if [ ! "$1" = 'slim' ]; then # list until no further changes are required printf 'REPEAT\n' for table in 'replaced' 'moveable'; do -printf 'SELECT NOW(),"count(%s)",count(*) FROM `%s_binary_packages`;\n' "${table}" "${table}" for copy in '' '2'; do if [ "${table}" = 'moveable' ] && \ [ "${copy}" = '2' ]; then |