From 0e19e3fe51c2c056a91af48e4733aa13a840fdaa Mon Sep 17 00:00:00 2001 From: mst Date: Sat, 16 Jan 2021 10:44:40 +0100 Subject: Fix contrib bash-completion Fix shellcheck warning SC2034: command appears unused. Fix completion script if used by zsh with bashcompinit. --- contrib/ledger-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ledger-completion.bash b/contrib/ledger-completion.bash index 2da44274..0ef969ae 100644 --- a/contrib/ledger-completion.bash +++ b/contrib/ledger-completion.bash @@ -23,7 +23,7 @@ _ledger() { - local cur prev command options + local cur prev commands options COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" -- cgit v1.2.3