fix: preserve case of RELEASE
This commit is contained in:
parent
19d8563b79
commit
03ac799287
2
quickget
2
quickget
|
@ -3553,7 +3553,7 @@ fi
|
||||||
os_supported
|
os_supported
|
||||||
|
|
||||||
if [ -n "${2}" ]; then
|
if [ -n "${2}" ]; then
|
||||||
RELEASE="${2,,}"
|
RELEASE="${2}"
|
||||||
VM_PATH="${OS}-${RELEASE}"
|
VM_PATH="${OS}-${RELEASE}"
|
||||||
# If the OS has an editions_() function, use it.
|
# If the OS has an editions_() function, use it.
|
||||||
if [[ $(type -t "editions_${OS}") == function ]]; then
|
if [[ $(type -t "editions_${OS}") == function ]]; then
|
||||||
|
|
Loading…
Reference in New Issue