Unverified Commit 1c15df95 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

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

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

  case "${VERSION,,}" in