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

Use $SHELL instead of /bin/sh? #16

Closed
sharkdp opened this issue Jan 14, 2018 · 2 comments
Closed

Use $SHELL instead of /bin/sh? #16

sharkdp opened this issue Jan 14, 2018 · 2 comments
Labels
feature-request question Further information is requested

Comments

@sharkdp
Copy link
Owner

sharkdp commented Jan 14, 2018

No description provided.

@sharkdp sharkdp changed the title Use $SHELL instead of /bin/sh Use $SHELL instead of /bin/sh? Jan 14, 2018
@sharkdp sharkdp added the question Further information is requested label Jan 14, 2018
@sharkdp sharkdp closed this as completed Jan 16, 2018
@mqudsi
Copy link

mqudsi commented Apr 17, 2018

Note that SHELL isn't really configured due to issues with how 3rd party software handles changes to it and as such isn't actually set by some shells at all, e.g. zsh or fish, which keep the original value as-is. Probably better to explicitly specify the shell or stick to sh otherwise.

ref #61

@sharkdp
Copy link
Owner Author

sharkdp commented Apr 17, 2018

Thank you, I didn't know that. Let's focus on #61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants