We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7687e4 commit 0ddb1c7Copy full SHA for 0ddb1c7
Makefile
@@ -15,7 +15,7 @@ AUTHORS.md: AUTHORS.md.in
15
@printf "Generating AUTHORS.md file..."
16
@test -d .git \
17
&& (cat $< > $@ \
18
- && git log --pretty=format:'- %aN' | sort -u >> $@ \
+ && git log --pretty=format:'- %aN' | LANG=C sort -u >> $@ \
19
&& printf "FINISHED\n" ; ) \
20
|| printf "FAILED (non-fatal)\n"
21
0 commit comments