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

CRLF in config breaks parsing #409

Closed
christian-wolf-eks opened this issue May 10, 2023 · 0 comments
Closed

CRLF in config breaks parsing #409

christian-wolf-eks opened this issue May 10, 2023 · 0 comments

Comments

@christian-wolf-eks
Copy link

I have found the issue that on windows (with WSL) where lines are typically terminated with CRLF, the parsing of the config file fails. The error message is Syntax error: ... in the console that does not sound very straight forward.

My suggestion is to replace all CR chars by LF. That way, you cope as well with iOS line encoding (only CR, no LF).
Under Windows this is causing a LFLF. Those are two lines, one line completely empty and thus ignored.

Unfortunately, I am no Perl developer, so I cannot help much.

This might be one issue on the agenda for #370.

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

1 participant