Skip to content

Commit

Permalink
no multi-threading for scour :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Jan 15, 2015
1 parent b4888e1 commit f1c9057
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 @@ -102,7 +102,7 @@ egrep -i "($(echo $SVGEXTENSIONS | tr ' ' '|')\$)" imgult-files.txt | \
while read IMGULT_FILE; do
scour -i "$IMGULT_FILE" -o scourImgultTmp --enable-viewboxing --enable-id-stripping \
--enable-comment-stripping --shorten-ids --indent=none \
&& mv -v scourImgultTmp "$IMGULT_FILE" &
&& mv -v scourImgultTmp "$IMGULT_FILE"
done

## let child processes complete
Expand Down

0 comments on commit f1c9057

Please sign in to comment.