mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Compare commits
No commits in common. "05330ff64ced60064f1762a7df7a6f9fcdc299cf" and "1ebb4c8d586883b36b21aa794fc1ab1046cd6182" have entirely different histories.
05330ff64c
...
1ebb4c8d58
1 changed files with 1 additions and 2 deletions
|
|
@ -23,8 +23,7 @@ parseVersion() {
|
||||||
if [[ "${VERSION}" == \"*\" || "${VERSION}" == \'*\' ]]; then
|
if [[ "${VERSION}" == \"*\" || "${VERSION}" == \'*\' ]]; then
|
||||||
VERSION="${VERSION:1:-1}"
|
VERSION="${VERSION:1:-1}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
|
|
||||||
[ -z "$VERSION" ] && VERSION="win11"
|
[ -z "$VERSION" ] && VERSION="win11"
|
||||||
|
|
||||||
case "${VERSION,,}" in
|
case "${VERSION,,}" in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue