pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

Default run.shell to /bin/sh #957

Open tobim opened 11 months ago

tobim commented 11 months ago

/bin/bash is not availabe on some popular distributions, for example NixOS. Defaulting to the more conservative /bin/sh improves portability.

kuwv commented 8 months ago

This should be the correct default.