From 3f919347a8ecff94397972787d252e39ed7008ea Mon Sep 17 00:00:00 2001 From: Anatolii Sakhnik Date: Mon, 14 Oct 2024 09:43:38 +0300 Subject: [PATCH] Fixup bashdb for any 5.x bash --- utils/testenv_linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/testenv_linux.py b/utils/testenv_linux.py index e64f70a..6d083f5 100644 --- a/utils/testenv_linux.py +++ b/utils/testenv_linux.py @@ -36,7 +36,7 @@ def __init__(self, url: str): wget -qc "$bashdb_url/${ver}/bashdb-${ver}.tar.bz2" tar -xvf bashdb-${ver}.tar.bz2 cd bashdb-${ver} -sed -e "/^\s\+'5.0' / s:): | '5.1'&:g" -i configure +sed -e "/^\s\+'5.0' / s:): | '5.*'&:g" -i configure ./configure make sudo make install