Update define.sh

This commit is contained in:
Kroese 2024-05-21 08:24:12 +02:00 committed by GitHub
parent 99eced85d9
commit d8c12bdfa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ PLATFORM="x64"
parseVersion() { parseVersion() {
VERSION="${VERSION/\//}" VERSION="${VERSION//\//}"
if [[ "${VERSION}" == \"*\" || "${VERSION}" == \'*\' ]]; then if [[ "${VERSION}" == \"*\" || "${VERSION}" == \'*\' ]]; then
VERSION="${VERSION:1:-1}" VERSION="${VERSION:1:-1}"