From 7fee28305c027fb114b1eaeeecc728df5ce8f2d0 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Thu, 15 Jan 2015 12:05:12 -0800 Subject: [PATCH] back to single scours (insert scowl here) --- imgult | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imgult b/imgult index ab522d1..7f3d701 100644 --- a/imgult +++ b/imgult @@ -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