summaryrefslogtreecommitdiff
path: root/devel/bashdb/files
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/bashdb/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bashdb/files/patch-configure b/devel/bashdb/files/patch-configure
index 25ed8c36baaf..698eaacce988 100644
--- a/devel/bashdb/files/patch-configure
+++ b/devel/bashdb/files/patch-configure
@@ -5,7 +5,7 @@
bash_5_or_greater=no
case "${bash_major}.${bash_minor}" in
- '5.0' | '5.0')
-+ '5.0' | '5.0' | '5.1' | '5.2')
++ '5.0' | '5.0' | '5.1' | '5.2' | '5.3')
bash_5_or_greater=yes
;;
*)