Skip to content

Commit 450fca9

Browse files
authored
Merge branch 'master' into dev
2 parents 03a9676 + 4cb54b8 commit 450fca9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# for debug:
4-
# set -ex
4+
#set -ex
55

66
PARENT_PATH="$(dirname "$(cd "$("dirname" "$0")"; pwd -P)")"
77

scripts/build_all_platforms

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/bin/bash
2+
#set -ex
3+
PARENT_PATH="$(dirname "$(cd "$("dirname" "$0")"; pwd -P)")"
4+
pushd "$PARENT_PATH"
5+
26

37
if [ $# -lt 1 ]
48
then
5-
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'"
610
exit 1
711
fi
812

0 commit comments

Comments
 (0)