aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-05 00:27:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-05 00:27:14 +1200
commitfe6b4865c405fdd13021a97e284d533ea23f509a (patch)
treefd935f6b8021df53eb5751c04f347177e83b9f5d /bash
parentAdd mftl(1df) (diff)
downloaddotfiles-fe6b4865c405fdd13021a97e284d533ea23f509a.tar.gz
dotfiles-fe6b4865c405fdd13021a97e284d533ea23f509a.zip
Skip comments in Makefile Bash completion
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/make.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_completion.d/make.bash b/bash/bash_completion.d/make.bash
index bf4ed268..c157bdc1 100644
--- a/bash/bash_completion.d/make.bash
+++ b/bash/bash_completion.d/make.bash
@@ -9,6 +9,7 @@ _make() {
case $line in
# We're looking for targets but not variable assignments
+ \#*) ;;
$'\t'*) ;;
*:=*) ;;
*:*)