|
@@ -371,7 +371,7 @@ public abstract class Shell {
|
|
String absolutePath = script.getAbsolutePath();
|
|
String absolutePath = script.getAbsolutePath();
|
|
return WINDOWS ?
|
|
return WINDOWS ?
|
|
new String[] {"cmd", "/c", absolutePath }
|
|
new String[] {"cmd", "/c", absolutePath }
|
|
- : new String[] {"/bin/bash", bashQuote(absolutePath) };
|
|
|
|
|
|
+ : new String[] {"bash", bashQuote(absolutePath) };
|
|
}
|
|
}
|
|
|
|
|
|
/** a Unix command to set permission: {@value}. */
|
|
/** a Unix command to set permission: {@value}. */
|