Skip to content

Commit

Permalink
Fixup bashdb for any 5.x bash
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhnik committed Oct 14, 2024
1 parent 618540f commit 3f91934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/testenv_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f91934

Please sign in to comment.