fix: dequote editions pipe
This commit is contained in:
parent
a13d554374
commit
bc2858ecbf
2
quickget
2
quickget
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue