diff options
Diffstat (limited to 'app-emulation/ganeti/files/ganeti-2.11-dont-print-man-help.patch')
-rw-r--r-- | app-emulation/ganeti/files/ganeti-2.11-dont-print-man-help.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/ganeti/files/ganeti-2.11-dont-print-man-help.patch b/app-emulation/ganeti/files/ganeti-2.11-dont-print-man-help.patch deleted file mode 100644 index 42b90deb6596..000000000000 --- a/app-emulation/ganeti/files/ganeti-2.11-dont-print-man-help.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index dcb8aa0..7d7ab76 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -796,7 +796,7 @@ fi - - AC_SUBST(SOCAT_USE_COMPRESS) - --if man --help | grep -q -e --warnings -+if man --help |& grep -q -e --warnings - then - MAN_HAS_WARNINGS=1 - else |