Paranoid sanitization

This commit is contained in:
Crazylemon64
2017-07-20 00:57:42 -07:00
parent a4b418dd7f
commit 37270ec7c4
5 changed files with 15 additions and 9 deletions

View File

@@ -4,6 +4,6 @@
if(world.system_type == MS_WINDOWS)
script = replacetext(script, "/", "\\")
var/command = config.python_path + " " + script + " " + args
var/command = python_path + " " + script + " " + args
shell("[command]")
return
return