Skip to content

Commit

Permalink
exec was an infinite loop on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
  • Loading branch information
Ryan P.C. McQuen committed Jul 3, 2015
1 parent ba2b570 commit 2af5ce8
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 exec`" ] \
|| [ "`pgrep exiv2`" ] \
|| [ "`pgrep jpegtran`" ] || [ "`pgrep jpegoptim`" ] \
|| [ "`pgrep pngquant`" ] || [ "`pgrep optipng`" ] \
|| [ "`pgrep gifsicle`" ] || [ "`pgrep svgo`" ] \
Expand Down

0 comments on commit 2af5ce8

Please sign in to comment.