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

Reword error message for shebang ending with \r #2073

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

Conversation

sos4nt
Copy link
Contributor

@sos4nt sos4nt commented Jan 21, 2019

Ruby prints a warning if a shebang ends with \r:

shebang line ending with \r may cause problems

This is a bit misleading because the the line actually ends with \r\n. It's just the shebang which ends with \r. I've changed the error message accordingly:

shebang ending with \r may cause problems

@stomar
Copy link
Contributor

stomar commented Mar 4, 2019

Or shebang line ending with \r\n may cause problems ?

@k0kubun k0kubun changed the base branch from trunk to master August 15, 2019 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants