Index: trunk/wikiation/installer/mediawiki_installer.py |
— | — | @@ -217,7 +217,7 @@ |
218 | 218 | def do_sql(target, infile): |
219 | 219 | """execute an sql file, using mysql""" |
220 | 220 | |
221 | | - command="< "+infile+" "+settings.mysql_command+"" +target |
| 221 | + command="< "+infile+" "+settings.mysql_command+" "+target |
222 | 222 | os.system(command) |
223 | 223 | |
224 | 224 | def createdb(target): |