Compare commits

..

No commits in common. "05330ff64ced60064f1762a7df7a6f9fcdc299cf" and "1ebb4c8d586883b36b21aa794fc1ab1046cd6182" have entirely different histories.

View file

@ -24,7 +24,6 @@ parseVersion() {
VERSION="${VERSION:1:-1}" VERSION="${VERSION:1:-1}"
fi fi
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
[ -z "$VERSION" ] && VERSION="win11" [ -z "$VERSION" ] && VERSION="win11"
case "${VERSION,,}" in case "${VERSION,,}" in