+exit error

This commit is contained in:
Nico Schottelius 2019-12-09 20:02:21 +01:00
parent 2970833df5
commit 1870aeca15
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
if [ $# -ne 1 ]; then
echo $0 suite
echo suite is for instance ascii, beowulf, etc
exit 1
fi
suite=$1; shift