Skip to content

Commit

Permalink
fix artbear#43 Вернул убранные двойные кавычки
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Apr 5, 2019
1 parent 7cf499e commit 45194c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Команда.os
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@

Если ИспользуемКомандныйПроцессор Тогда
Если ЭтоWindows Тогда
ШаблонЗапуска = "cmd /c %1";
ШаблонЗапуска = "cmd /c ""%1""";
Иначе
ШаблонЗапуска = "sh -c '%1'";
КонецЕсли;
Expand Down

0 comments on commit 45194c3

Please sign in to comment.