top: remove trailing ;;

This commit is contained in:
tschettervictor
2025-01-11 15:40:32 -07:00
committed by GitHub
parent 38e0e90e10
commit 18a6fecad5

View File

@@ -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