Unverified Commit 05330ff6 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Shellcheck warning (#1393)

parent 1c15df95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ parseVersion() {
    VERSION="${VERSION:1:-1}"
  fi
  
  VERSION=`expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$"`
  VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
  [ -z "$VERSION" ] && VERSION="win11"

  case "${VERSION,,}" in