[graphics] shellcheck bypass

This commit is contained in:
Matteo Cypriani 2018-04-11 23:30:46 +02:00
parent 81b60c133a
commit 8170f37c7a
1 changed files with 1 additions and 0 deletions

View File

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