summaryrefslogtreecommitdiff
path: root/app-emulation/ganeti/files/ganeti-2.11-dont-print-man-help.patch
blob: 42b90deb659642ac7a6056c99ca412f14415f477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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