Set LANG to C to help with some remote build hosts.

This commit is contained in:
Wayne Davison
2020-07-27 16:48:48 -07:00
parent 5db7e4b1ee
commit 13cec31f7f

View File

@@ -2,6 +2,8 @@
set -e
export LANG=C
make=`which gmake 2>/dev/null` || make=`which make 2>/dev/null`
branch=`packaging/prep-auto-dir`