need the diff file too!
authorBdale Garbee <bdale@gag.com>
Thu, 12 Apr 2012 17:42:19 +0000 (11:42 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 12 Apr 2012 17:42:19 +0000 (11:42 -0600)
debian/patches/zgrep-dash-h.diff [new file with mode: 0644]

diff --git a/debian/patches/zgrep-dash-h.diff b/debian/patches/zgrep-dash-h.diff
new file mode 100644 (file)
index 0000000..bc202a5
--- /dev/null
@@ -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