1
0
tükörképe a: https://github.com/dockur/windows.git synced 2026-06-12 13:19:34 +08:00

fix: Shellcheck warning (#1393)

This commit is contained in:
Kroese
2025-09-15 17:39:29 +02:00
committed by GitHub
szülő 1c15df95ac
commit 05330ff64c
+1 -1
Fájl megtekintése
@@ -24,7 +24,7 @@ parseVersion() {
VERSION="${VERSION:1:-1}"
fi
VERSION=`expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$"`
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
[ -z "$VERSION" ] && VERSION="win11"
case "${VERSION,,}" in