]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gzip/patches/gzip-1.3.10-zgreppipe.patch
gzip: Update to 1.5.
[people/ms/ipfire-3.x.git] / gzip / patches / gzip-1.3.10-zgreppipe.patch
CommitLineData
d8f72415
SS
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