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

fix script/server shebang for ubuntu #17

Merged
merged 3 commits into from
Feb 24, 2019
Merged

fix script/server shebang for ubuntu #17

merged 3 commits into from
Feb 24, 2019

Conversation

rawongithub
Copy link
Contributor

Generated 'script/server' does not start on ubuntu linux

$ ./script/server
/usr/bin/env: ‘bash -l’: No such file or directory

Removing option '-l' from shebang seems to fix the problem.

rawongithub and others added 3 commits February 23, 2019 22:03
Generated 'script/server' does not start on ubuntu linux

$ ./script/server
/usr/bin/env: ‘bash -l’: No such file or directory

Removing option '-l' from shebang seems to fix the problem.
@LeFnord
Copy link
Owner

LeFnord commented Feb 24, 2019

thanks @rawongithub

@LeFnord LeFnord merged commit 79d4fbc into LeFnord:master Feb 24, 2019
@LeFnord
Copy link
Owner

LeFnord commented Feb 24, 2019

released in 1.2.1

LeFnord pushed a commit that referenced this pull request Jul 3, 2020
Generated 'script/server' does not start on ubuntu linux

$ ./script/server
/usr/bin/env: ‘bash -l’: No such file or directory

Removing option '-l' from shebang seems to fix the problem.
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