diff --git a/devel/bashdb/files/patch-configure b/devel/bashdb/files/patch-configure index 698eaacce988..0eb34100b035 100644 --- a/devel/bashdb/files/patch-configure +++ b/devel/bashdb/files/patch-configure @@ -1,11 +1,11 @@ --- configure.orig 2021-03-27 02:46:15 UTC +++ configure @@ -2790,7 +2790,7 @@ bash_major=`$SH_PROG -c 'echo ${BASH_VERSINFO[0]}'` bash_minor=`$SH_PROG -c 'echo ${BASH_VERSINFO[1]}'` bash_5_or_greater=no case "${bash_major}.${bash_minor}" in - '5.0' | '5.0') -+ '5.0' | '5.0' | '5.1' | '5.2' | '5.3') ++ '5.0' | '5.0' | '5.1' | '5.2' | '5.3' | '5.4' | '5.5') bash_5_or_greater=yes ;; *)