From bc2858ecbf824277653a61e6f8a622f281e16d37 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 4 Aug 2024 01:47:52 +0100 Subject: [PATCH] fix: dequote editions pipe --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index fe02a90c83..a14cc16b0c 100755 --- a/quickget +++ b/quickget @@ -3521,7 +3521,7 @@ if [ -n "${2}" ]; then fi else show_os_info "${OS}" - echo -e " - Editions:\t$("editions_${OS} | fmt -w 80")" + echo -e " - Editions:\t$(editions_${OS} | fmt -w 80)" echo -e "\nERROR! You must specify an edition." exit 1 fi