Description
By default, fabric assumes that /bin/bash can be used to run commands – that is not always the case, since some Unix-systems (like the BSDs) do not ship with bash, and if it's installed by the user, it is located in /usr/local/bin/bash
Now, it is possible to set the shell via a CLI parameter, but different hosts might have different shells – so is it somehow possible to set a different shell per host?
Originally submitted by Mikkel Høgh (mikl) on 2009-07-28 at 04:17pm EDT
Relations
Closed as Duplicate on 2009-11-08 at 11:44am EST