Ivan Safrin 12 лет назад
Родитель
Сommit
1c0c1f07dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Core/Contents/Source/PolyCocoaCore.mm

+ 1 - 1
Core/Contents/Source/PolyCocoaCore.mm

@@ -217,7 +217,7 @@ void CocoaCore::launchApplicationWithFile(String application, String file) {
 
 String CocoaCore::executeExternalCommand(String command,  String args, String inDirectory) {
 
-	String finalCommand = "\""+command+"\"1 "+args;
+	String finalCommand = "\""+command+"\" "+args;
 	if(inDirectory != "") {
 		finalCommand = "cd \""+inDirectory+"\" && "+finalCommand;
 	}