aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-03-05 13:37:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-03-05 13:37:02 +0000
commitac1bd2cda6734e144a5360bfe91caae8ccdee251 (patch)
treec960b4f8dc1065eeb3034d54d1d9fd176b945008 /include
parenta4006429ca68ccd04145c5b6d5dae8e0b8ec3bae (diff)
downloadmaster-187ad058-ac1bd2cda6734e144a5360bfe91caae8ccdee251.tar.gz
master-187ad058-ac1bd2cda6734e144a5360bfe91caae8ccdee251.tar.bz2
master-187ad058-ac1bd2cda6734e144a5360bfe91caae8ccdee251.zip
build: fix git prereq check to forcibly disable man pagers on the --help check
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48927 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/prereq-build.mk2
1 files changed, 1 insertions, 1 deletions
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))