1
0
kopie van https://github.com/dockur/windows.git synced 2026-06-12 21:29:36 +08:00

feat: Remove leading and trailing spaces from VERSION (#1392)

This commit is contained in:
Kroese
2025-09-15 14:20:29 +02:00
gecommit door GitHub
bovenliggende 1ebb4c8d58
commit 1c15df95ac
+1
Bestand weergeven
@@ -24,6 +24,7 @@ parseVersion() {
VERSION="${VERSION:1:-1}"
fi
VERSION=`expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$"`
[ -z "$VERSION" ] && VERSION="win11"
case "${VERSION,,}" in