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: Reset LC_ALL in Makefile #209

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

hyperupcall
Copy link
Contributor

This improves the reproducability of the Makefile by setting LC_ALL. For examples, sort will give more consistent output, regardless of the user environment's default language.

Closes #194

@rpdelaney rpdelaney merged commit 470d5a5 into trapd00r:master Nov 20, 2023
1 check passed
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.

script files are hard to reproduce in systems with different locales
2 participants