Skip to content

Commit 4d3ae8b

Browse files
committed
Inkscape stderr
1 parent 3ed9721 commit 4d3ae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-icon.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fi
8888
export_png() {
8989
# https://gitlab.com/inkscape/inkscape/-/issues/4716#note_1898150983
9090
if [[ $3 -nt $2 ]]; then
91-
SELF_CALL=xxx inkscape -C -w "$1" -h "$1" -o "$2" "$3" 2>/dev/null &&
91+
SELF_CALL=xxx inkscape -C -w "$1" -h "$1" -o "$2" "$3" &&
9292
magick identify "$2"
9393
fi
9494
}

0 commit comments

Comments
 (0)