修复maven安装脚本无法安装的问题

This commit is contained in:
Zhang Peng 2019-10-12 17:53:49 +08:00
parent 254eb941f2
commit 1072e77e75

View File

@ -38,7 +38,7 @@ if [[ $# -lt 1 ]] || [[ $# -lt 2 ]]; then
printf "${RESET}\n" printf "${RESET}\n"
fi fi
version=3.6.0 version=3.6.2
if [[ -n $1 ]]; then if [[ -n $1 ]]; then
version=$1 version=$1
fi fi