aboutsummarylogtreecommitdiffstats
path: root/svgo.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'svgo.sh.in')
-rw-r--r--svgo.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgo.sh.in b/svgo.sh.in
index 5faf42e424e7..9b306236ba1a 100644
--- a/svgo.sh.in
+++ b/svgo.sh.in
@@ -22,7 +22,7 @@ tidy_svgo() {
[ $(jobs -p|wc -l) -gt $(getconf _NPROCESSORS_ONLN) ] && wait -n
if [[ $(file --brief --mime-type "$svg") = 'image/svg' ]]; then
{ svgo "${SVGOFLAGS[@]}" "$svg" &>/dev/null ||
- warning "$(gettext "Could not optimize SVG image : %s")" "${svg/$pkgdir\//}"; } &
+ warning "$(gettext "Could not optimize SVG image : %s")" "${svg/$pkgdir\//}"; } &
fi
done
wait