Guard against double path escaping in tools

This commit is contained in:
Joshua Granick
2017-04-18 13:14:45 -07:00
parent d03af26c0e
commit 8d11d491db

View File

@@ -274,7 +274,9 @@ class ProcessHelper {
}
#if (haxe_ver < "3.3.0")
command = PathHelper.escape (command);
#end
if (safeExecute) {