index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/default.conf | 1 |
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 |