[Secure-testing-commits] r28458 - bin

Raphael Geissert geissert at moszumanska.debian.org
Sun Aug 24 21:46:27 UTC 2014


Author: geissert
Date: 2014-08-24 21:46:27 +0000 (Sun, 24 Aug 2014)
New Revision: 28458

Modified:
   bin/gen-DSA
Log:
Set LC_ALL, not just LANG


Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA	2014-08-24 21:43:04 UTC (rev 28457)
+++ bin/gen-DSA	2014-08-24 21:46:27 UTC (rev 28458)
@@ -34,7 +34,7 @@
 NAME_SPACING=24
 DATE_SPACING=22
 
-export LANG=C
+export LC_ALL=C
 
 [ -f doc/$IDMODE.template ] || {
     echo "error: call this script from the root of the repository" >&2




More information about the Secure-testing-commits mailing list