diff options
Diffstat (limited to 'devel/bashdb/files/patch-configure')
-rw-r--r-- | devel/bashdb/files/patch-configure | 2 |
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 ;; *) |