1
0
duplikat dari https://github.com/dockur/windows.git synced 2026-06-10 20:25:40 +08:00

fix: Shellcheck warning (#1393)

This commit is contained in:
Kroese
2025-09-15 17:39:29 +02:00
committed by GitHub
orang tua 1c15df95ac
melakukan 05330ff64c
+1 -1
Melihat File
@@ -24,7 +24,7 @@ parseVersion() {
VERSION="${VERSION:1:-1}"
fi
VERSION=`expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$"`
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
[ -z "$VERSION" ] && VERSION="win11"
case "${VERSION,,}" in