From 5d4a9dfb289fdb74fa3e60de6aae5e731a6c7d1c Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 14:36:21 -0700 Subject: [PATCH] Remove extra comments in `_main()`. --- hosts | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts b/hosts index 934735a..3eb04b0 100755 --- a/hosts +++ b/hosts @@ -1653,13 +1653,10 @@ _main() { _CMD="${HOSTS_DEFAULT_COMMAND}" fi - # Load all of the commands. _load_commands - # If the command is defined, run it, otherwise return an error. if _contains "${_CMD}" "${_DEFINED_COMMANDS[@]:-}" then - # Pass all comment arguments to the program except for the first ($0). "${_CMD}" "${_COMMAND_PARAMETERS[@]:-}" else _exit_1 printf "Unknown command: %s\\n" "${_CMD}"