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
I now see, running chruby works out because chruby.sh is included in .zshrc and .bashrc. But .zshrc is run only for interactive shells. The bash tests pass because .bashrc is included in .bash_profile.
See for yourself:
As it turns out it has something to do with
[ -t 0 ]
which is false underpbuilder
. When run manually, the test passes.The text was updated successfully, but these errors were encountered: