mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 17:52:01 +01:00
top: remove trailing ;;
This commit is contained in:
@@ -65,7 +65,7 @@ while [ "$#" -gt 0 ]; do
|
||||
case ${_opt} in
|
||||
a) AUTO=1 ;;
|
||||
x) enable_debug ;;
|
||||
*) error_exit "Unknown Option: \"${1}\"" ;;
|
||||
*) error_exit "Unknown Option: \"${1}\""
|
||||
esac
|
||||
done
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user