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 shebang parsing in neomake#makers#ft#sh#sh #430

Merged
merged 1 commit into from May 22, 2016

Conversation

blueyed
Copy link
Member

@blueyed blueyed commented May 21, 2016

#! /usr/bin/env bash is apparently a valid/used shebang (yes, with a
space even).

Followup to #362.

`#! /usr/bin/env bash` is apparently a valid/used shebang (yes, with a
space even).
@blueyed
Copy link
Member Author

blueyed commented May 21, 2016

@paretje
What do you think?

@blueyed
Copy link
Member Author

blueyed commented May 22, 2016

Without this you'll get something like:

'/usr/bin/env: invalid option -- ''n'''

@blueyed blueyed merged commit 843ed9e into neomake:master May 22, 2016
@blueyed blueyed deleted the fix-shebang-in-sh branch May 22, 2016 14:58
rasmusx pushed a commit to rasmusx/neomake that referenced this pull request Dec 9, 2016
`#! /usr/bin/env bash` is apparently a valid/used shebang (yes, with a
space even).
euclio pushed a commit to euclio/neomake that referenced this pull request Jan 17, 2017
`#! /usr/bin/env bash` is apparently a valid/used shebang (yes, with a
space even).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant