Skip to content

Commit

Permalink
forgot to child it
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Jan 15, 2015
1 parent d7be896 commit dcb74b6
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" --enable-viewboxing --enable-id-stripping \
--enable-comment-stripping --shorten-ids --indent=none \
> "$IMGULT_FILE"
> "$IMGULT_FILE" &
done

## let child processes complete
Expand Down

0 comments on commit dcb74b6

Please sign in to comment.