gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: sort using C locale for a more stable so


From: gnunet
Subject: [gnunet] branch master updated: sort using C locale for a more stable sort
Date: Mon, 16 Dec 2019 17:20:51 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 73ee94986 sort using C locale for a more stable sort
73ee94986 is described below

commit 73ee949868200082b7e9131d2f410f289fd1c416
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 16 17:17:46 2019 +0100

    sort using C locale for a more stable sort
---
 bin/pogen.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/pogen.sh b/bin/pogen.sh
index 453e0b1d8..b97ef046a 100755
--- 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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]