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