summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 15:45:35 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 15:45:35 +0100
commit3992270cb215600525578d07e88999ce3d22dd0e (patch)
treeb469d387542853eda82c446a4aa32d1781641b6c /abe-bisect.sh
parent03448c9933c9dca5433ca5f595246793e332e13b (diff)
abe-bisect.sh: Fix typo in --with-git-reference-dir.
Change-Id: I7b4d4786f0e16c76c29793b68dc231b116068c56
Diffstat (limited to 'abe-bisect.sh')
-rwxr-xr-xabe-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index 7a08a49c..969fc650 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -43,7 +43,7 @@ cd ${rundir}
git clone http://git.linaro.org/toolchain/abe.git
ABE=${rundir}/abe
-${ABE}/configure --with-git-reference-dir /home/tcwg-buildslave/snapshots-ref
+${ABE}/configure --with-git-reference-dir=/home/tcwg-buildslave/snapshots-ref
# Checkout GCC master
${ABE}/abe.sh --target $TARGET gcc=gcc.git~master --checkout all