We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60ff76 commit 3da9edcCopy full SHA for 3da9edc
quickget
@@ -3602,7 +3602,7 @@ if [ -n "${2}" ]; then
3602
EDITIONS=("$(editions_"${OS}")")
3603
if [ -n "${3}" ]; then
3604
EDITION="${3}"
3605
- if [[ ! " ${EDITIONS[*]} " = \ "${EDITION}"\ ]]; then
+ if [[ ! " ${EDITIONS[*]} " =~ \ "${EDITION}"\ ]]; then
3606
echo -e "ERROR! ${EDITION} is not a supported $(pretty_name "${OS}") edition\n"
3607
echo -n ' - Supported editions: '
3608
for EDITION in "${EDITIONS[@]}"; do
0 commit comments