From 8211221190dc4f2ba7e89cdaaa7c8f1735c52e7f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 5 Mar 2016 13:37:02 +0000 Subject: [PATCH] build: fix git prereq check to forcibly disable man pagers on the --help check Signed-off-by: Felix Fietkau SVN-Revision: 48927 --- include/prereq-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 443b17399d..a93dd63ab5 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -155,7 +155,7 @@ $(eval $(call SetupHostCommand,svn,Please install the Subversion client, \ svn --version | grep Subversion)) $(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \ - git submodule --help 2>&1 | grep -q -- --recursive)) + MANPAGER=cat git submodule --help 2>&1 | grep -q -- --recursive)) $(eval $(call SetupHostCommand,file,Please install the 'file' package, \ file --version 2>&1 | grep file)) -- 2.30.2