bug5794: removed extra space in build script

This commit is contained in:
Axel Uhl
2022-12-19 10:11:20 +01:00
parent 439c25f525
commit 0befc91962
+1 -1
View File
@@ -684,7 +684,7 @@ if [[ "$@" == "build" ]] || [[ "$@" == "all" ]]; then
if [[ ${PIPESTATUS[0]} != 0 ]]; then
exit 100
fi
JAVA_HOME="${JAVA8_HOME}" ./gradlew assemble
JAVA_HOME="${JAVA8_HOME}" ./gradlew assemble
if [[ ${PIPESTATUS[0]} != 0 ]]; then
exit 100
fi