Add missing local variable declarations

This commit is contained in:
Martin Wimpress 2021-10-27 15:44:53 +01:00
parent 61e2930999
commit 5fd8271a79
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

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