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 eb37900..43a79af 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -188,7 +188,7 @@ if [ ! "$1" = 'slim' ]; then ' | \ while read -r table size; do case "${turn}" in - 'drop') + 'drop') printf 'DROP TABLE IF EXISTS `%s`;\n' "${table}" ;; 'create'|'link') |