aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-07 11:34:55 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-07 11:35:06 +0100
commit325b98f592bb0b671e41b2cf90d4765157035019 (patch)
tree9c55dc923b7f94f5b3b177a1f2bfbdf6e3a69551 /bin
parent23ba3b90bf0f88a94b623149f6a8cbd55649d28a (diff)
downloadgnunet-325b98f592bb0b671e41b2cf90d4765157035019.tar.gz
gnunet-325b98f592bb0b671e41b2cf90d4765157035019.zip
-ensure pogen sort is stable
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/pogen.sh b/bin/pogen.sh
index b97ef046a..a68152bf4 100755
--- a/bin/pogen.sh
+++ b/bin/pogen.sh
@@ -3,6 +3,8 @@
3 3
4# Set language domain to C for a more stable sort! 4# Set language domain to C for a more stable sort!
5export LANG=C 5export LANG=C
6# Manual says, it should be LC_ALL...
7export LC_ALL=C
6 8
7find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | grep -v chat | grep -v .libs/ | sort > po/POTFILES.in 9find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | grep -v chat | grep -v .libs/ | sort > po/POTFILES.in
8grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in 10grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in