Skip to content
Snippets Groups Projects
Commit a97d4a7f authored by echicken's avatar echicken
Browse files

Unmisplace misplaced quotation mark in addfiles command line for uploader's name.

Spotted and fixed by Mark Lewis.
parent cbeeb094
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ function import_files()
cmd = system.exec_dir+"addfiles "+i;
if (tickit.gcfg.uploader !== undefined)
cmd += '"-x ' + tickit.gcfg.uploader + '"';
cmd += ' -x "' + tickit.gcfg.uploader + '"';
cmd += " -zd +"+f.name+" 24 13";
log(LOG_DEBUG, "Executing: '"+cmd+"'.");
system.exec(cmd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment