aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/sd.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-12 11:40:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-12 11:40:51 +1300
commit173919ec88dea13bbe1ede2dd5ffa9820c7b4cb5 (patch)
treea15698e1d45f5e33edab016ecb7c47c5a6e9ec3a /bash/bash_completion.d/sd.bash
parentMake host variable local to function (diff)
downloaddotfiles-173919ec88dea13bbe1ede2dd5ffa9820c7b4cb5.tar.gz
dotfiles-173919ec88dea13bbe1ede2dd5ffa9820c7b4cb5.zip
Add some missing "local" calls
Diffstat (limited to 'bash/bash_completion.d/sd.bash')
-rw-r--r--bash/bash_completion.d/sd.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_completion.d/sd.bash b/bash/bash_completion.d/sd.bash
index 0c59f544..aeee1615 100644
--- a/bash/bash_completion.d/sd.bash
+++ b/bash/bash_completion.d/sd.bash
@@ -8,6 +8,7 @@ _sd() {
[[ $PWD != / ]] || return 1
# Build list of matching sibiling directories
+ local dirname
while IFS= read -rd '' dirname ; do
[[ -n $dirname ]] || continue
COMPREPLY[${#COMPREPLY[@]}]=$dirname