We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a9676 + 4cb54b8 commit 450fca9Copy full SHA for 450fca9
scripts/build
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# for debug:
4
-# set -ex
+#set -ex
5
6
PARENT_PATH="$(dirname "$(cd "$("dirname" "$0")"; pwd -P)")"
7
scripts/build_all_platforms
@@ -1,8 +1,12 @@
+PARENT_PATH="$(dirname "$(cd "$("dirname" "$0")"; pwd -P)")"
+pushd "$PARENT_PATH"
+
if [ $# -lt 1 ]
8
then
- echo "arguments expected are of the form <VERSION> for the build script , as an example: '/scripts/build-all v.5.1.1'"
9
+ echo "arguments expected are of the form <VERSION> for the build script , as an example: '/scripts/build-all v5.1.6'"
10
exit 1
11
fi
12
0 commit comments