From af0972ab148d26dee1f9fa14b59ac5693c595388 Mon Sep 17 00:00:00 2001 From: Anatolii Sakhnik Date: Mon, 14 Oct 2024 09:43:38 +0300 Subject: [PATCH] Fixup bashdb for bash 5.2 --- 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..089c258 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.2'&:g" -i configure ./configure make sudo make install