mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add missing local variable declarations
This commit is contained in:
parent
61e2930999
commit
5fd8271a79
1 changed files with 2 additions and 0 deletions
2
quickget
2
quickget
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue