Skip to content

Commit d6d6622

Browse files
committed
BashSupport Pro: Adjust warning to note that version 5.2 is okay
1 parent f5e83cc commit d6d6622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ bash_version=`$SH_PROG --version`
103103
[bash_minor=`$SH_PROG -c 'echo ${BASH_VERSINFO[1]}'`]
104104
bash_5_or_greater=no
105105
case "${bash_major}.${bash_minor}" in
106-
'OK_BASH_VERS' | '5.0' | '5.1')
106+
'OK_BASH_VERS' | '5.0' | '5.1' | '5.2')
107107
bash_5_or_greater=yes
108108
;;
109109
*)

0 commit comments

Comments
 (0)