[graphics] shellcheck bypass

This commit is contained in:
Matteo Cypriani 2018-04-11 23:30:46 +02:00
부모 81b60c133a
커밋 8170f37c7a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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