We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f2798 commit 38850c4Copy full SHA for 38850c4
configure.ac
@@ -103,12 +103,12 @@ bash_version=`$SH_PROG --version`
103
[bash_minor=`$SH_PROG -c 'echo ${BASH_VERSINFO[1]}'`]
104
bash_5_or_greater=no
105
case "${bash_major}.${bash_minor}" in
106
- 'OK_BASH_VERS')
+ 'OK_BASH_VERS' | '5.2' )
107
bash_5_or_greater=yes
108
;;
109
*)
110
AC_MSG_WARN([You have Bash $bash_version installed.])
111
- AC_MSG_ERROR([This package is only known to work with Bash 5.3])
+ AC_MSG_ERROR([This package is only known to work with Bash 5.2 or Bash 5.3])
112
113
esac
114
0 commit comments