use C for LANG and LC_ALL
authorgrml User <repos@grml.org.invalid>
Sat, 15 Sep 2007 16:40:09 +0000 (18:40 +0200)
committergrml User <repos@grml.org.invalid>
Sat, 15 Sep 2007 16:40:09 +0000 (18:40 +0200)
grml-live

index efaea44..9fb5024 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -9,6 +9,9 @@
 
 # read configuration files, set some misc variables {{{
 
+export LANG=C
+export LC_ALL=C
+
 # exit on any error:
 set -e