Skip to content

Commit dd7bf69

Browse files
committed
Update CommandUtils.java
1 parent b458322 commit dd7bf69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/github/fvarrui/javapackager/utils/CommandUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ public static String execute(File workingDirectory, String executable, Object...
5656

5757
if (SystemUtils.IS_OS_WINDOWS) {
5858
command.getShell().setShellArgs(new String[] { "/s", "/c" } );
59-
} else {
60-
command.getShell().setShellArgs(new String[] { "-c" } );
6159
}
6260

6361
createArguments(command, arguments);

0 commit comments

Comments
 (0)