From: Mike Frysinger Date: Mon, 24 Jun 2013 01:59:10 +0000 (+0000) Subject: sim: bfin: run-tests.sh: fix typo in usage exit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19b7bc4bd8308a23cc7e17bd41904254bcca7a6f;p=binutils-gdb.git sim: bfin: run-tests.sh: fix typo in usage exit --- diff --git a/sim/testsuite/sim/bfin/ChangeLog b/sim/testsuite/sim/bfin/ChangeLog index 81cedaf5dcd..570cf0cef0e 100644 --- a/sim/testsuite/sim/bfin/ChangeLog +++ b/sim/testsuite/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2013-06-23 Mike Frysinger + + * run-tests.sh (usage): Fix typo in exit. + 2013-06-23 Mike Frysinger * se_all32bitopcodes.S (se_all_next_insn): Skip debug insn opcodes. diff --git a/sim/testsuite/sim/bfin/run-tests.sh b/sim/testsuite/sim/bfin/run-tests.sh index 34a490c52d6..c5ee7771f31 100644 --- a/sim/testsuite/sim/bfin/run-tests.sh +++ b/sim/testsuite/sim/bfin/run-tests.sh @@ -12,7 +12,7 @@ usage() { -rh Run on board ip -j Num jobs to run EOF - exit ${0:-1} + exit ${1:-1} } : ${MAKE:=make}