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 does not work on some systems #4

Open
iku000888 opened this issue Mar 17, 2017 · 2 comments
Open

Shebang does not work on some systems #4

iku000888 opened this issue Mar 17, 2017 · 2 comments

Comments

@iku000888
Copy link
Contributor

Running the script gave me a nosuch program message, and
I had to edit #!/usr/bin/env bash -e => #!/bin/bash -e to make it work.
(Using Ubuntu)

Not sure what can be done, though.
Perhaps a line on the document?

@caleb
Copy link
Contributor

caleb commented Mar 17, 2017

That's strange. I would have thought /usr/bin/env would have worked anywhere...

@iku000888 iku000888 changed the title Shebang is hardcoded Shebang does not work on some systems Mar 17, 2017
@iku000888
Copy link
Contributor Author

iku000888 commented Mar 17, 2017

@caleb
Thanks for commenting!
That made me google what /usr/bin/env is actually intended for.
I will try and see what could be wrong on my work machine next week.

Updated the title in the mean while.

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