Skip to content

Commit

Permalink
try exec, as read was an infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Jul 1, 2015
1 parent a0ca2fe commit ba2b570
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 @@ -153,7 +153,7 @@ RUN_OVERLOAD_PROTECTION_ENCABULATOR
## let everything complete
while [ -e imgult-files.txt ]; do
if [ "`pgrep egrep`" ] \
|| [ "`pgrep exiv2`" ] || [ "`pgrep read`" ] \
|| [ "`pgrep exiv2`" ] || [ "`pgrep exec`" ] \
|| [ "`pgrep jpegtran`" ] || [ "`pgrep jpegoptim`" ] \
|| [ "`pgrep pngquant`" ] || [ "`pgrep optipng`" ] \
|| [ "`pgrep gifsicle`" ] || [ "`pgrep svgo`" ] \
Expand Down

0 comments on commit ba2b570

Please sign in to comment.