8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
atm defaultShell is which bash which isn't great, especially on windows.
which bash
should we hardcode to use sh ? dynamic resolve based on OS ( i.e. cmd.exe /c on windows) ?
sh
cmd.exe /c
if dynamic - should there be way to force it the same default across jvm? i.e. like jash.shell=cmd.exe,/c system property?
jash.shell=cmd.exe,/c