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

mavgen_c.py output isn't cross-platform friendly #25

Open
Gussy opened this issue Dec 14, 2015 · 0 comments
Open

mavgen_c.py output isn't cross-platform friendly #25

Gussy opened this issue Dec 14, 2015 · 0 comments

Comments

@Gussy
Copy link
Contributor

Gussy commented Dec 14, 2015

The files output by mavgen_c.py have different line endings when generated on linux vs. generated on Windows.

On windows (within a bash shell) the following commands needs to be run on all the output files to convert their line endings sed -i 's/\r//' <file>, otherwise git will think every file has changed after headers are generated, but will not show any differences in git diff.

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