tools/testbuild.sh: Remove a spurious semicolon that was causing some errors.
This commit is contained in:
parent
193698c89c
commit
4c8854b3c6
@ -45,7 +45,7 @@ APPSDIR=../apps
|
|||||||
MAKE_FLAGS=-i
|
MAKE_FLAGS=-i
|
||||||
MAKE=make
|
MAKE=make
|
||||||
unset testfile
|
unset testfile
|
||||||
unset JOPTION;
|
unset JOPTION
|
||||||
|
|
||||||
function showusage {
|
function showusage {
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user