Skip to content

Commit e2047b5

Browse files
committed
fix syntax error.
1 parent 038998c commit e2047b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-pre.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ "$PLAT" != 'ios' && "$PLAT" != 'macos' && "$PLAT" != 'all' ]]; then
6565
fi
6666

6767
if test -z $VER ;then
68-
//VER=$(git describe --abbrev=0 --tag | awk -F - '{printf "%s-%s",$1,$2}')
68+
#VER=$(git describe --abbrev=0 --tag | awk -F - '{printf "%s-%s",$1,$2}')
6969
VER="$VERSION"
7070
echo "use the default version:${VER}"
7171
fi

0 commit comments

Comments
 (0)