]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gzip/patches/gzip-1.3.10-zgreppipe.patch
ImageMagick: Update to 6.9.3-7y
[people/amarx/ipfire-3.x.git] / gzip / patches / gzip-1.3.10-zgreppipe.patch
1 --- gzip-1.3.10/zgrep.in.pom 2006-12-30 04:01:51.000000000 +0100
2 +++ gzip-1.3.10/zgrep.in 2007-02-06 10:54:33.000000000 +0100
3
4 @@ -190,5 +190,8 @@
5 r=$?
6 test "$gzip_status" -eq 0 || test "$gzip_status" -eq 2 || r=2
7 test $res -lt $r && res=$r
8 + # SIGPIPE + 128
9 + test "$r" -eq 141 && exit $res
10 done
11 +trap - SIGPIPE
12 exit $res