From: Wayne Davison Date: Mon, 27 Jul 2020 23:48:48 +0000 (-0700) Subject: Set LANG to C to help with some remote build hosts. X-Git-Tag: v3.2.3pre1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13cec31f7f80c4e486380ff0b40b3061df5216d2;p=thirdparty%2Frsync.git Set LANG to C to help with some remote build hosts. --- diff --git a/packaging/smart-make b/packaging/smart-make index 6b7aa9bf..6f634d64 100755 --- a/packaging/smart-make +++ b/packaging/smart-make @@ -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`