Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckEnv should not use $SHELL #257

Closed
jscheel opened this issue Nov 20, 2017 · 0 comments
Closed

CheckEnv should not use $SHELL #257

jscheel opened this issue Nov 20, 2017 · 0 comments

Comments

@jscheel
Copy link
Contributor

jscheel commented Nov 20, 2017

$SHELL is a environment variable to specify your preferred shell, not the current running shell (http:https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03). This can cause all sorts of issues if your scripts are written in a different shell than your preferred shell (e.g. writing everything as bash scripts, but using fish for yourself).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants