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 line-endings and whitespace issues in bin-folder files #57

Merged
merged 1 commit into from
Jan 4, 2019

Conversation

cjk
Copy link
Contributor

@cjk cjk commented Jan 3, 2019

Currently, running the bin-files on Linux-OSs fails with env: node\r: No such file or directory due to CRLF encodings in most of the bin-files - see the following issue for explanation and background-info: npm/npm#12371

I also corrected some whitespace-issues as well, but still recommend to apply some modern formatting guidelines (using prettierjs et.al.) for the whole project, but this would blow the scope of this PR.

After this PR e.g. ./bin/groupread runs successful on my (Linux-) box again.

@andreek
Copy link
Owner

andreek commented Jan 4, 2019

LGTM

@andreek andreek merged commit adde3c5 into andreek:master Jan 4, 2019
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