1
0
Fork 0

[graphics] shellcheck bypass

Esse commit está contido em:
Matteo Cypriani 2018-04-11 23:30:46 +02:00
commit 8170f37c7a
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

@ -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