We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06a9b4 commit f1f454bCopy full SHA for f1f454b
bash_completion
@@ -953,11 +953,11 @@ _comp_finalize__original_return_trap=
953
954
# This associative array contains the finalizer commands with the key
955
# being the name of the completed command.
956
-declare -gA BASH_COMPLETION_FINALIZE_CMD_HOOKS=()
+declare -gA BASH_COMPLETION_FINALIZE_CMD_HOOKS
957
958
# This array contains the general finalizer commands that will be
959
# executed for all the commands.
960
-BASH_COMPLETION_FINALIZE_HOOKS=()
+declare -ga BASH_COMPLETION_FINALIZE_HOOKS
961
962
_comp_finalize()
963
{
0 commit comments