+exit error
This commit is contained in:
parent
2970833df5
commit
1870aeca15
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo $0 suite
|
echo $0 suite
|
||||||
echo suite is for instance ascii, beowulf, etc
|
echo suite is for instance ascii, beowulf, etc
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
suite=$1; shift
|
suite=$1; shift
|
||||||
|
|
Loading…
Reference in a new issue