commit e106984588d567bd358f47fb7b48efc8db0012c4 parent 4731385d891eb4ac699daf152665f6f04be0f671 Author: Bjarni R. Einarsson <bre@klaki.net> Date: Wed, 10 Jun 2015 13:30:02 +0100 Fix syntax error Diffstat:
M | contrib/bash_completion | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bash_completion b/contrib/bash_completion @@ -17,7 +17,7 @@ _tpm() { local cur="${COMP_WORDS[COMP_CWORD]}" local cmd="${COMP_WORDS[1]}" - case "${cmd}" + case "${cmd}" in "insert") _tpm_complete_entries ;;