From 9adcd6da1b1cd56e2c26de08313c27b9589e3782 Mon Sep 17 00:00:00 2001 From: Milan Kriz Date: Thu, 19 Sep 2024 15:49:46 +0200 Subject: [PATCH] Fix build.sh --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index b8cf98a..63e2a92 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -169,7 +169,7 @@ main() return 1 fi - if [[ ${PARAM_CPP} ]] ; then + if [[ ${PARAM_CPP} == 1 ]] ; then set_global_java_variables if [ $? -ne 0 ] ; then return 1