summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-02 14:00:17 +0200
committerErich Eckner <git@eckner.net>2017-06-02 14:00:17 +0200
commitde8e004cdefb9f908c72bef3f19635a7e7708aae (patch)
treea591bb318ccc2df641faa269ffe327b9a0e4c50b /conf
parent2fd26ea12eca52c3724e16688d811195072821ea (diff)
downloadbuilder-de8e004cdefb9f908c72bef3f19635a7e7708aae.tar.xz
conf/default.conf: add "export LANG=C"
Diffstat (limited to 'conf')
-rwxr-xr-xconf/default.conf1
1 files changed, 1 insertions, 0 deletions
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