summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-10-11 08:50:51 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-10-11 08:50:51 +0000
commit4569ef3df147ccf4bb708d062ba91e6b5c391173 (patch)
treec8afcbb11f7150afebf9d3a2d7f45ad8028bc656 /abe-bisect.sh
parentfff387d679b61bc24976921d38f8fdc14b2ecf14 (diff)
abe-bisect-helper.sh: Call git show with --no-pager.
To avoid less to wait for user input in case the scripts are used in interactive mode. Change-Id: Ib9eb003248d5a8190bf3c1158cbf9e25be23af37
Diffstat (limited to 'abe-bisect.sh')
-rwxr-xr-xabe-bisect.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index 1c7cee21..e510fb61 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -42,10 +42,6 @@ cd "${mydir}"
mydir="$(pwd)"
cd ${rundir}
-# Do not wait for the user in case of interactive use
-# (abe-bisect-helper.sh uses git show)
-PAGER=
-
rm -rf abe
git clone http://git.linaro.org/toolchain/abe.git
ABE=${rundir}/abe