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