You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@adrian-gierakowski: I believe it is hard-coded in Haskell's process library (which is what turtle uses under the hood). So if you think it should respect $SHELL then you might need to open an issue against that package
The
shell
function doesn't seem to respect the$SHELL
env var or my current users default shell, it always runs/bin/sh
. Fox example, running:prints the following:
Do you know how the underlying
System.Process.shell
determines which shell to use?The text was updated successfully, but these errors were encountered: