sim: bfin: run-tests.sh: fix typo in usage exit
This commit is contained in:
parent
7f5884f775
commit
19b7bc4bd8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-06-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* run-tests.sh (usage): Fix typo in exit.
|
||||
|
||||
2013-06-23 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* se_all32bitopcodes.S (se_all_next_insn): Skip debug insn opcodes.
|
||||
|
|
|
@ -12,7 +12,7 @@ usage() {
|
|||
-rh <ip> Run on board ip
|
||||
-j <num> Num jobs to run
|
||||
EOF
|
||||
exit ${0:-1}
|
||||
exit ${1:-1}
|
||||
}
|
||||
|
||||
: ${MAKE:=make}
|
||||
|
|
Loading…
Reference in a new issue