summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2021-03-11 15:07:03 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2021-03-11 15:07:16 +0000
commit8b0c0798dec3e0ddc3b94c735b5b42abc9193d03 (patch)
treedd9c2f782ce4a94553dd0179858b7247a0d7f71f /abe-bisect.sh
parent5629d0371a4082ca80d2804f3cd0215be8dd3d3c (diff)
abe-bisect.sh: Fix typo
Change-Id: I5980647619518b0f007d8d87a4becf95e7fea730
Diffstat (limited to 'abe-bisect.sh')
-rwxr-xr-xabe-bisect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index 63df44b1..3ec83261 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -102,7 +102,7 @@ ${ABE}/abe.sh --target ${TARGET} \
${GCC_OVERRIDE_CONFIGURE} \
--disable parallel \
--disable update \
- -- build all \
+ --build all \
--check gcc \
--excludecheck gdb &>> gcc-${GOODSHA1}.log
if [ $? -ne 0 ]; then
@@ -133,7 +133,7 @@ ${ABE}/abe.sh --target ${TARGET} \
${GCC_OVERRIDE_CONFIGURE} \
--disable parallel \
--disable update \
- -- build all \
+ --build all \
--check gcc \
--excludecheck gdb &>> gcc-${BADSHA1}.log
if [ $? -ne 0 ]; then