From c3be802faf17c48edd16183ea0ed56e9b4ccb056 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 14:41:35 -0700 Subject: [PATCH] Fix function name in `_debug` statement. --- hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts b/hosts index 9fd8442..3f74a42 100755 --- a/hosts +++ b/hosts @@ -1632,7 +1632,7 @@ _load_subcommands() { done _debug printf \ - "commands() \${_DEFINED_SUBCOMMANDS[*]:-}:\\n%s\\n" \ + "_load_subcommands() \${_DEFINED_SUBCOMMANDS[*]:-}:\\n%s\\n" \ "${_DEFINED_SUBCOMMANDS[*]:-}" }