aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-07 01:02:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-07 01:02:04 +1300
commitf923259624fa404dd7b1dd5f5810d73a052830c1 (patch)
tree991ffda4d4a70c38ba9ef69d26fbefa033b1aa3c /bash
parentRefactor some completions to avoid loops (diff)
downloaddotfiles-f923259624fa404dd7b1dd5f5810d73a052830c1.tar.gz
dotfiles-f923259624fa404dd7b1dd5f5810d73a052830c1.zip
Remove unneeded declaration
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/man.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bash_completion.d/man.bash b/bash/bash_completion.d/man.bash
index 50ab852e..714fa493 100644
--- a/bash/bash_completion.d/man.bash
+++ b/bash/bash_completion.d/man.bash
@@ -56,7 +56,6 @@ _man() {
fi
# Add pages from each manual directory
- local pages pi
for mp in "${manpaths[@]}" ; do
[[ -n $mp ]] || continue