Minor change
parent
674d379141
commit
c58ecd5264
|
@ -27,7 +27,7 @@ for EXTENSION in $EXTENSIONS_LIST; do
|
||||||
printf 'supported.\n' >&2
|
printf 'supported.\n' >&2
|
||||||
SUPPORTED_EXTENSIONS="$SUPPORTED_EXTENSIONS $EXTENSION"
|
SUPPORTED_EXTENSIONS="$SUPPORTED_EXTENSIONS $EXTENSION"
|
||||||
else
|
else
|
||||||
printf 'not supported.\n' >&2
|
printf 'NOT supported.\n' >&2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue