aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/completions
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-27 19:33:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-27 19:33:26 -0300
commitc833244977664b9df9af54a008cdf1c97baf2953 (patch)
tree965973f810fb5d0d4052f3815e68ef9951157d97 /lib/keyringer/completions
parent17ca3adc1893cfae9839d3d8b6ba148cafd22842 (diff)
downloadkeyringer-c833244977664b9df9af54a008cdf1c97baf2953.tar.gz
keyringer-c833244977664b9df9af54a008cdf1c97baf2953.tar.bz2
Declare more variables as local at bash completion
Diffstat (limited to 'lib/keyringer/completions')
-rw-r--r--lib/keyringer/completions/bash/keyringer2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/completions/bash/keyringer b/lib/keyringer/completions/bash/keyringer
index 69f0055..63c917f 100644
--- a/lib/keyringer/completions/bash/keyringer
+++ b/lib/keyringer/completions/bash/keyringer
@@ -44,7 +44,7 @@ _keyringer_git_complete() {
_keyringer() {
# Standard stuff
- local cur prev opts config
+ local cur prev command config path keyrings instances instance opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"