From e9ddfd6c4a82cbba35695e3efe665a97541446b2 Mon Sep 17 00:00:00 2001 From: Thatcher Chamberlin Date: Sun, 19 Feb 2023 14:28:49 -0500 Subject: [PATCH] Update build.sh Co-authored-by: FintasticMan <52415484+FintasticMan@users.noreply.github.com> --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 34cf9c0..7f35757 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # use LANG environment variable, default to "en" LANG="${LANG:-en}" -make -j T=open_source LANG=${LANG} DEBUG=1 >log.txt 2>&1 +make -j T=open_source DEBUG=1 >log.txt 2>&1 if [ $? -eq 0 ]; then echo "build success"