summaryrefslogtreecommitdiff
path: root/abe-bisect-helper.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-helper.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-helper.sh')
-rwxr-xr-xabe-bisect-helper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abe-bisect-helper.sh b/abe-bisect-helper.sh
index 4b8f25d4..e406c823 100755
--- a/abe-bisect-helper.sh
+++ b/abe-bisect-helper.sh
@@ -29,7 +29,7 @@ check_set TARGET
REV=$(git show --format=%H -s BISECT_HEAD)
echo AT `date` BISECT TRYING: ${REV}
-git show $REV
+git --no-pager show $REV
set -x
cd ${RUNDIR}