Skip to content

Commit

Permalink
back to single scours (insert scowl here)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P.C. McQuen committed Jan 15, 2015
1 parent 0921283 commit 7fee283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imgult
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ done
## these are the recommended 'maximum' arguments by the author of scour
egrep -i "($(echo $SVGEXTENSIONS | tr ' ' '|')\$)" imgult-files.txt | \
while read IMGULT_FILE; do
scour -i "$IMGULT_FILE" -o scourImgultTmp$# --enable-viewboxing --enable-id-stripping \
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 7fee283

Please sign in to comment.