Skip to content

Commit

Permalink
forgot an or, breaking the script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Jan 15, 2015
1 parent b3fa47e commit 562ccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgult
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi

## check to make sure we can be awesome ;^)
if [ -z "$(which exiftool)" ] || \
[ -z "$JPEGTRAN" ] || [ -z "$(which jpegoptim)" ] \
[ -z "$JPEGTRAN" ] || [ -z "$(which jpegoptim)" ] || \
[ -z "$(which pngquant)" ] || [ -z "$(which optipng)" ] || \
[ -z "$(which gifsicle)" ] || [ -z "$(which scour)" ]; then
echo
Expand Down

0 comments on commit 562ccbc

Please sign in to comment.