[graphics] shellcheck bypass

master
Matteo Cypriani 5 years ago
parent 81b60c133a
commit 8170f37c7a

@ -87,6 +87,7 @@ while [ $# -gt 0 ] ; do
echo "Warning! Image orientation unknown: \"$ORIENTATION\"." >&2
fi
# shellcheck disable=SC2086
convert $SCALE_OPT $ROTATE_OPT "$FILE" "$DEST_FILE"
done
done

Loading…
Cancel
Save