blob: eb4eab17e3a9d8b2dfbd99d39aa4fba53c76a2a2 [file] [log] [blame]
<p>
<b>SHELL</b> allows overriding the default shell used for the shell form of commands. The JSON format is required: ["executable", "parameters"]. On Linux, the default is: ["/bin/sh", "-c"] whereas on Windows it is ["cmd", "/S", "/C"].
</p>
<br/>
<p>
<pre>
SHELL ["powershell", "-command"]
</pre>
</p>