Add missing local variable declarations

pull/163/head
Martin Wimpress 3 years ago
parent 61e2930999
commit 5fd8271a79
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickget

@ -745,8 +745,10 @@ function get_opensuse() {
}
function get_macos() {
local BOARD_ID=""
local CWD=""
local MACRECOVERY=""
local MLB=""
case ${RELEASE} in
high-sierra)

Loading…
Cancel
Save