From de8e004cdefb9f908c72bef3f19635a7e7708aae Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 2 Jun 2017 14:00:17 +0200 Subject: conf/default.conf: add "export LANG=C" --- conf/default.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/default.conf b/conf/default.conf index 60cf53c..de0ab65 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -3,6 +3,7 @@ # set up some common variables set -e +export LANG=C # dirty hack to get this stuff debugable from a bash if [ "x$0" == "x-bash" ] || [ "x$0" == "xbash" ]; then -- cgit v1.2.3