projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d28a76
)
sort using C locale for a more stable sort
author
Christian Grothoff
<christian@grothoff.org>
Mon, 16 Dec 2019 16:17:46 +0000
(17:17 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 16 Dec 2019 16:17:46 +0000
(17:17 +0100)
bin/pogen.sh
patch
|
blob
|
history
diff --git
a/bin/pogen.sh
b/bin/pogen.sh
index 453e0b1d888a72f0bc9de43742a0414f34093d47..b97ef046ad7442d7d7ad118fd0578748212998bc 100755
(executable)
--- a/
bin/pogen.sh
+++ b/
bin/pogen.sh
@@
-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