aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-02 21:51:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-02 21:51:41 +1300
commit0516a03d3e635c7a7066f1ce9649d95210c4a8ec (patch)
tree8125caf36cdbe142aa28a0612331e09e2eb72d22 /bash/bash_completion.d
parentReorder pattern filters for Makefile lines (diff)
downloaddotfiles-0516a03d3e635c7a7066f1ce9649d95210c4a8ec.tar.gz
dotfiles-0516a03d3e635c7a7066f1ce9649d95210c4a8ec.zip
Remove unneeded `local` declaration
Diffstat (limited to 'bash/bash_completion.d')
-rw-r--r--bash/bash_completion.d/make.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bash_completion.d/make.bash b/bash/bash_completion.d/make.bash
index 567a2ec0..a077dc91 100644
--- a/bash/bash_completion.d/make.bash
+++ b/bash/bash_completion.d/make.bash
@@ -47,7 +47,6 @@ _make() {
fi
# Examine each target for completion suitability
- local target
for target in "${targets[@]}" ; do
case $target in
# Not .PHONY, .POSIX etc