Merge pull request #5 from philclifford/takov

This commit is contained in:
takov751 2022-03-06 05:48:22 +00:00 committed by GitHub
commit fac5ed9490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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