aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-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]}