From: grml User Date: Sat, 15 Sep 2007 16:40:09 +0000 (+0200) Subject: use C for LANG and LC_ALL X-Git-Tag: 0.0.1~67 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=efa88973bc301f93d0bc1ea62a3c15de96a7e352 use C for LANG and LC_ALL --- diff --git a/grml-live b/grml-live index efaea44..9fb5024 100755 --- 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