aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_completion.d/make.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 67c577f3..b3314e21 100644
--- a/bash/bash_completion.d/make.bash
+++ b/bash/bash_completion.d/make.bash
@@ -10,6 +10,7 @@ _make() {
[[ -n $mf ]] || return 1
# Iterate through the Makefile, line by line
+ local line
while IFS= read -r line ; do
case $line in