over-zealous space-removal undone

This commit is contained in:
Phil Clifford 2022-03-04 14:09:03 +00:00
parent 52e85d9cf5
commit b2eecc52ff

View File

@ -1901,7 +1901,7 @@ if [ -n "${2}" ]; then
if [[ ! ${EDITIONS[*]} =~ ${EDITION} ]]; then
echo -e "ERROR! ${EDITION} is not a supported $(pretty_name "${OS}") edition:\n"
for EDITION in "${EDITIONS[@]}"; do
echo -n "${EDITION}"
echo -n "${EDITION} "
done
exit 1
fi
@ -1938,7 +1938,7 @@ if [ -n "${2}" ]; then
if [[ ! ${LANGS[*]} =~ "${LANG}" ]]; then
echo -e "ERROR! ${LANG} is not a supported Windows language:\n"
for LANG in "${LANGS[@]}"; do
echo -n "${LANG}"
echo -n "${LANG} "
done
exit 1
fi