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, 0 insertions, 1 deletions
diff --git a/bash/bash_completion.d/make.bash b/bash/bash_completion.d/make.bash
index 909c52fb..b3148ff1 100644
--- a/bash/bash_completion.d/make.bash
+++ b/bash/bash_completion.d/make.bash
@@ -38,7 +38,6 @@ _make() {
< <(printf '%s\n' "${line%%:*}")
# Short-circuit if there are no targets
- # shellcheck disable=SC2154
((${#targets[@]})) || exit
# Make matches behave correctly