From ad8602873716c7bf9e2cd4056e0342903ab38813 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Mon, 27 Dec 2021 16:10:06 +0100 Subject: [PATCH] Update build.gradle Signed-off-by: yoyosource --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d084a399..0392b342 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,7 @@ private def await(Process proc) { } private def shell(String command) { - if (operatingSystem == "unix" && false) { + if (operatingSystem == "unix") { return ['bash', '-c', command].execute() } else { return ["cmd", "/c", command].execute()