mirror of
https://github.com/dockur/windows.git
synced 2025-09-26 19:41:15 +08:00
fix: Shellcheck warning (#1393)
This commit is contained in:
@@ -24,7 +24,7 @@ parseVersion() {
|
||||
VERSION="${VERSION:1:-1}"
|
||||
fi
|
||||
|
||||
VERSION=`expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$"`
|
||||
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
|
||||
[ -z "$VERSION" ] && VERSION="win11"
|
||||
|
||||
case "${VERSION,,}" in
|
||||
|
Reference in New Issue
Block a user