mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 12:24:19 +08:00
sim: bfin: run-tests.sh: fix typo in usage exit
This commit is contained in:
@ -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>
|
2013-06-23 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* se_all32bitopcodes.S (se_all_next_insn): Skip debug insn opcodes.
|
* se_all32bitopcodes.S (se_all_next_insn): Skip debug insn opcodes.
|
||||||
|
@ -12,7 +12,7 @@ usage() {
|
|||||||
-rh <ip> Run on board ip
|
-rh <ip> Run on board ip
|
||||||
-j <num> Num jobs to run
|
-j <num> Num jobs to run
|
||||||
EOF
|
EOF
|
||||||
exit ${0:-1}
|
exit ${1:-1}
|
||||||
}
|
}
|
||||||
|
|
||||||
: ${MAKE:=make}
|
: ${MAKE:=make}
|
||||||
|
Reference in New Issue
Block a user