fix: Shellcheck warning (#1393)

This commit is contained in:
Kroese
2025-09-15 17:39:29 +02:00
committed by GitHub
parent 1c15df95ac
commit 05330ff64c

View File

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