diff --git a/src/define.sh b/src/define.sh index 149f08b..848d2c3 100644 --- a/src/define.sh +++ b/src/define.sh @@ -17,7 +17,7 @@ PLATFORM="x64" parseVersion() { - VERSION="${VERSION/\//}" + VERSION="${VERSION//\//}" if [[ "${VERSION}" == \"*\" || "${VERSION}" == \'*\' ]]; then VERSION="${VERSION:1:-1}"