components/gzip/patches/zgrep-f.patch
changeset 1030 faf1845e3b13
parent 1029 6fa22a458187
child 1031 3a6587c7a80c
--- a/components/gzip/patches/zgrep-f.patch	Thu Oct 25 16:08:58 2012 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- gzip-1.4/tests/zgrep-f.orig	2012-03-29 11:21:18.457617592 -0700
-+++ gzip-1.4/tests/zgrep-f	2012-03-29 11:21:56.078983515 -0700
-@@ -32,7 +32,7 @@
- 
- 
- fail=0
--zgrep -f - haystack.gz < n > out 2>&1 || fail=1
-+zgrep --__bindir /usr/gnu/bin -f - haystack.gz < n > out 2>&1 || fail=1
- 
- compare out n || fail=1
-