mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-24 05:37:38 +00:00
Remove extra comment.
This commit is contained in:
parent
6e1d408ad5
commit
1da838faeb
4
hosts
4
hosts
@ -204,10 +204,6 @@ _load_commands() {
|
|||||||
_debug printf "_load_commands(): entering...\\n"
|
_debug printf "_load_commands(): entering...\\n"
|
||||||
_debug printf "_load_commands() declare -F:\\n%s\\n" "$(declare -F)"
|
_debug printf "_load_commands() declare -F:\\n%s\\n" "$(declare -F)"
|
||||||
|
|
||||||
# declare is a bash built-in shell function that, when called with the '-F'
|
|
||||||
# option, displays all of the functions with the format
|
|
||||||
# `declare -f function_name`. These are then assigned as elements in the
|
|
||||||
# $function_list array.
|
|
||||||
local _function_list
|
local _function_list
|
||||||
_function_list=($(declare -F))
|
_function_list=($(declare -F))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user