fix: dequote editions pipe

This commit is contained in:
Phil Clifford 2024-08-04 01:47:52 +01:00 committed by Martin Wimpress
parent a13d554374
commit bc2858ecbf
1 changed files with 1 additions and 1 deletions

View File

@ -3521,7 +3521,7 @@ if [ -n "${2}" ]; then
fi fi
else else
show_os_info "${OS}" 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." echo -e "\nERROR! You must specify an edition."
exit 1 exit 1
fi fi