Clean up variable assignment in get_windows()

pull/383/head
Martin Wimpress 3 years ago
parent 15ff54d208
commit 29c2829534
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickget

@ -1768,7 +1768,7 @@ function get_windows() {
local ARCH="x64"
local INDEX=0
local LANG_CODE="en"
local LANG_EDITION=""
local LANG_EDITION="${1}"
local LATEST_WINDOWS_VERSION=""
local WINDOWS_NAME=""
local VERSION_ID=""
@ -1780,8 +1780,6 @@ function get_windows() {
local DOWNLOAD_ID=""
local DOWNLOAD_URL=""
LANG_EDITION="${1}"
# Ignore the most recent Windows 10 release for now.
case ${RELEASE} in
10) INDEX=0;;

Loading…
Cancel
Save