improve update version script (#1741)

This commit is contained in:
Denys Vuika
2020-10-14 10:38:38 +01:00
committed by GitHub
parent b50b3f143d
commit 72254a4bce
+4 -2
View File
@@ -66,7 +66,9 @@ libslength=${#libs[@]}
echo "====== Updating dependencies ======" echo "====== Updating dependencies ======"
update update
if [[ "${JS_VERSION}" != "" ]] if [[ "${JS_VERSION}" == "" ]]
then then
update_js_api JS_VERSION=$VERSION
fi fi
update_js_api