about summary refs log tree commit diff stats
path: root/scripts/install-cfg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-cfg.sh')
-rwxr-xr-xscripts/install-cfg.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/install-cfg.sh b/scripts/install-cfg.sh
index 5780e5c2..bd8129f6 100755
--- a/scripts/install-cfg.sh
+++ b/scripts/install-cfg.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+# $LynxId: install-cfg.sh,v 1.3 2008/09/10 13:15:35 tom Exp $
 # install lynx.cfg, ensuring the old config-file is saved to a unique file,
 # and prepending customizations to the newly-installed file.
 #
@@ -9,6 +10,11 @@ PRG="$1"
 SRC=$2
 DST=$3
 
+LANG=C;		export LANG
+LC_ALL=C;	export LC_ALL
+LC_CTYPE=C;	export LC_CTYPE
+LANGUAGE=C;	export LANGUAGE
+
 if test -f "$DST" ; then
 	echo "** checking if you have customized $DST"
 	OLD=lynx-cfg.old