summaryrefslogtreecommitdiffstats
path: root/extra/source/bash-completion/bash_completion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/bash-completion/bash_completion.sh')
-rw-r--r--extra/source/bash-completion/bash_completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/source/bash-completion/bash_completion.sh b/extra/source/bash-completion/bash_completion.sh
index 84388cb8a..4f2cdf824 100644
--- a/extra/source/bash-completion/bash_completion.sh
+++ b/extra/source/bash-completion/bash_completion.sh
@@ -3,7 +3,7 @@ if [ "$PS1" ] && [ $bmajor -eq 2 ] && [ $bminor '>' 04 ] \
&& [ -f /etc/bash_completion ]; then # interactive shell
# Source completion code
. /etc/bash_completion
-elif [ "$PS1" ] && [ $bmajor -eq 3 ] \
+elif [ "$PS1" ] && [ $bmajor -ge 3 ] \
&& [ -f /etc/bash_completion ]; then # interactive shell
# Source completion code
. /etc/bash_completion