Translatable #62
@ -150,7 +150,7 @@ private def await(Process proc) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private def shell(String command) {
|
private def shell(String command) {
|
||||||
if (operatingSystem == "unix" && false) {
|
if (operatingSystem == "unix") {
|
||||||
return ['bash', '-c', command].execute()
|
return ['bash', '-c', command].execute()
|
||||||
} else {
|
} else {
|
||||||
return ["cmd", "/c", command].execute()
|
return ["cmd", "/c", command].execute()
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren