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

Ignore CR (\r) when reading .jvmopts, for Windows #308

Open
dwijnand opened this issue Feb 15, 2021 · 0 comments
Open

Ignore CR (\r) when reading .jvmopts, for Windows #308

dwijnand opened this issue Feb 15, 2021 · 0 comments
Labels

Comments

@dwijnand
Copy link
Owner

A .jvmopts file checked out on Windows could have \r\n line endings, which are then misread by the line-by-line reading of .jvmopts. You can avoid that happening with a setting in .gitattributes, but it would be even better to handle it nicely out of the box.

Here are some nice notes: scala/scala#9496 (comment)

@dwijnand dwijnand added the bug label Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant