Minor change

This commit is contained in:
Michele Locati 2020-02-21 22:01:48 +01:00 committed by GitHub
parent 674d379141
commit c58ecd5264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ for EXTENSION in $EXTENSIONS_LIST; do
printf 'supported.\n' >&2
SUPPORTED_EXTENSIONS="$SUPPORTED_EXTENSIONS $EXTENSION"
else
printf 'not supported.\n' >&2
printf 'NOT supported.\n' >&2
fi
done