From 03ac799287e597c777df5f304c514fd26cd4940e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 28 Apr 2024 02:51:51 +0100 Subject: [PATCH] fix: preserve case of RELEASE --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 35caecf..084ca24 100755 --- a/quickget +++ b/quickget @@ -3553,7 +3553,7 @@ fi os_supported if [ -n "${2}" ]; then - RELEASE="${2,,}" + RELEASE="${2}" VM_PATH="${OS}-${RELEASE}" # If the OS has an editions_() function, use it. if [[ $(type -t "editions_${OS}") == function ]]; then