gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/deb-specific install-db.sh, 1.27.2.9, 1.27.2.10


From: lo-lan-do
Subject: [Gforge-commits] gforge/deb-specific install-db.sh, 1.27.2.9, 1.27.2.10
Date: Thu, 02 Dec 2004 09:27:39 -0600

Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv23368/deb-specific

Modified Files:
      Tag: Branch_3_1
        install-db.sh 
Log Message:
Apparently LC_ALL is not enough, LANG must be set too for
install-db.sh (closes: #283849).


Index: install-db.sh
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/install-db.sh,v
retrieving revision 1.27.2.9
retrieving revision 1.27.2.10
diff -u -d -r1.27.2.9 -r1.27.2.10
--- install-db.sh       7 Nov 2004 20:56:48 -0000       1.27.2.9
+++ install-db.sh       2 Dec 2004 15:27:36 -0000       1.27.2.10
@@ -20,6 +20,7 @@
 fi
 
 export LC_ALL=C
+export LANG=C
 
 case "$target" in
     default)





reply via email to

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