From f1c90579e04a12b8683999eca13d7da2c5a93389 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Thu, 15 Jan 2015 11:18:39 -0800 Subject: [PATCH] no multi-threading for scour :( --- imgult | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgult b/imgult index bda93a4..7f3d701 100644 --- a/imgult +++ b/imgult @@ -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