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 env in shebangs #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

borisbabic
Copy link

Using /usr/bin/env $interpreter in shebangs is the "proper" way to do it instead of using the absolute path to interpreters.

It's very rare for /bin/bash to not exist, but it does occur. I don't have /bin/bash (as you might have guessed :P), the only thing in /bin that I have is /bin/sh :)

P.S. Sorry for the duplicate; I decided to resend the pull request even though you don't seem to be responding to anything.

@FatherShawn
Copy link

See #22

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

Successfully merging this pull request may close these issues.

2 participants