aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bash_completion.d/git.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/git.bash b/bash/bash_completion.d/git.bash
index ea5e00cd..c3a4d49c 100644
--- a/bash/bash_completion.d/git.bash
+++ b/bash/bash_completion.d/git.bash
@@ -3,7 +3,7 @@
# do it all contextually
# Requires Bash >=4.0 for COMP_KEY
-((BASH_VERSINFO[0] >= 4)) || continue
+((BASH_VERSINFO[0] >= 4)) || return
# Define and set helper function
_git() {