aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/make.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-02 01:50:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-02 01:50:53 +1300
commit911d8629717afc96a4a11bd9c90845a7b3b44766 (patch)
treef3046da9b19e0f4f9e1583f2d95fe198c1291d82 /bash/bashrc.d/make.bash
parentBasic target completion for make(1) (diff)
downloaddotfiles-911d8629717afc96a4a11bd9c90845a7b3b44766.tar.gz
dotfiles-911d8629717afc96a4a11bd9c90845a7b3b44766.zip
Fix stray comment
Diffstat (limited to 'bash/bashrc.d/make.bash')
-rw-r--r--bash/bashrc.d/make.bash2
1 files changed, 0 insertions, 2 deletions
diff --git a/bash/bashrc.d/make.bash b/bash/bashrc.d/make.bash
index d6f4eafa..cf10c44a 100644
--- a/bash/bashrc.d/make.bash
+++ b/bash/bashrc.d/make.bash
@@ -4,8 +4,6 @@ if ! hash make 2>/dev/null ; then
fi
# Completion setup for Make, completing targets
-#
-# Note that because of the
_make() {
local word=${COMP_WORDS[COMP_CWORD]}