Skip to content

Commit fc2f2e6

Browse files
committed
build: fix file mode +x
1 parent e5f923c commit fc2f2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/prepare-release.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# verbose mode
44
set -x
55

6+
67
RELEASE_VERSION=$1
78
a=( ${RELEASE_VERSION//./ } )
89
MAJOR=${a[0]}

0 commit comments

Comments
 (0)