summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/build b/build
index 8cf7835d..29f78a43 100755
--- a/build
+++ b/build
@@ -24,7 +24,6 @@
set -u -e
projectname="$(cat projectname)"
-./resources/scripts/misc/versioncheck
build=./resources/scripts/build
@@ -68,6 +67,10 @@ fi
mode="${1}"
+if [ "${mode}" != "dependencies" ]; then
+ ./resources/scripts/misc/versioncheck
+fi
+
[ "${mode}" = help ] && help && exit 0
if [ $# -gt 1 ]; then