From: Bdale Garbee Date: Thu, 12 Apr 2012 17:42:19 +0000 (-0600) Subject: need the diff file too! X-Git-Tag: debian/1.4-6~10 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=61579c25200cdb5925873653de06fae0991b1407 need the diff file too! --- diff --git a/debian/patches/zgrep-dash-h.diff b/debian/patches/zgrep-dash-h.diff new file mode 100644 index 0000000..bc202a5 --- /dev/null +++ b/debian/patches/zgrep-dash-h.diff @@ -0,0 +1,13 @@ +diff --git a/zgrep.in b/zgrep.in +index a828bbc..7095aff 100644 +--- a/zgrep.in ++++ b/zgrep.in +@@ -138,7 +138,7 @@ while test $# -ne 0; do + files_with_matches=1;; + (-L | --files-witho*) + files_without_matches=1;; +- (--no-f*) ++ (-h | --no-f*) + no_filename=1;; + (-V | --v | --ve | --ver | --vers | --versi | --versio | --version) + echo "$version" || exit 2