mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2026-01-04 19:40:08 +01:00
Fix infinite loop on invalid arg kernel-nanoBench.sh
This commit is contained in:
@@ -73,6 +73,7 @@ while [ "$1" ]; do
|
|||||||
shift
|
shift
|
||||||
else
|
else
|
||||||
echo "Invalid option: " "$1"
|
echo "Invalid option: " "$1"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user