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

Shebang fix #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

RainbowHackerHorse
Copy link

doesn't look like you're doing anything bash specific, and bash doesn't reside in /bin on the BSDs, so for portability's sake, bumped it down to /bin/sh so it'll be happy with any reasonably compliant POSIX sh derivative.

RainbowHackerHorse and others added 2 commits June 27, 2016 22:37
bash isn't in /bin on all systems, if it even exists. (FreeBSD, for one,
ships with sh, and bash would install to /usr/local/bin)
Changed to #!/bin/sh because it doesn't look like you're doing anything
bash-specific anyway, that isn't in any other POSIX-compliant
sh-derivative
git mangled my change for some reason and only pushed the delete.
Shebang fix: redux!
@RainbowHackerHorse
Copy link
Author

Seems a a small change, but I'd like to get Phenny into the FreeBSD ports tree, if that's cool with you.

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.

1 participant