sort using C locale for a more stable sort
authorChristian Grothoff <christian@grothoff.org>
Mon, 16 Dec 2019 16:17:46 +0000 (17:17 +0100)
committerChristian Grothoff <christian@grothoff.org>
Mon, 16 Dec 2019 16:17:46 +0000 (17:17 +0100)
bin/pogen.sh

index 453e0b1d888a72f0bc9de43742a0414f34093d47..b97ef046ad7442d7d7ad118fd0578748212998bc 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/sh
 # This script is in the public domain.
+
+# Set language domain to C for a more stable sort!
+export LANG=C
+
 find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_  | grep -v _old | grep -v chat | grep -v .libs/ | sort  > po/POTFILES.in
 grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in