From 0fa9b240c66f2911d0ff2f24b805f0fc2d2a90c2 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 14:51:12 -0700 Subject: [PATCH] Remove extra space in `_load_subcommands()`. --- hosts | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts b/hosts index 8a8a28f..4d3c297 100755 --- a/hosts +++ b/hosts @@ -1598,7 +1598,6 @@ _DEFINED_SUBCOMMANDS=() # # Loads all of the commands sourced in the environment. _load_subcommands() { - _debug printf "_load_subcommands(): entering...\\n" _debug printf "_load_subcommands() declare -F:\\n%s\\n" "$(declare -F)"