completion/system: update wording on shell version

pull/1915/head
John D Pell 2021-08-14 18:26:45 -07:00
parent ecfcaba32e
commit feacd560b6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ then
case "${BASH_VERSION}" in case "${BASH_VERSION}" in
1*|2*|3.0*|3.1*) 1*|2*|3.0*|3.1*)
_log_warning "Cannot load completion due to version of shell." _log_warning "Cannot load completion due to version of shell. Are you using Bash 3.2+?"
;; ;;
3.2*|4.0*|4.1*) 3.2*|4.0*|4.1*)
# Import version 1.x of bash-completion, if installed. # Import version 1.x of bash-completion, if installed.