From 61579c25200cdb5925873653de06fae0991b1407 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 12 Apr 2012 11:42:19 -0600 Subject: [PATCH] need the diff file too! --- debian/patches/zgrep-dash-h.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/patches/zgrep-dash-h.diff 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 -- 2.30.2