Merge a9011781fc into merged_master (Bitcoin PR bitcoin/bitcoin#29689)

This commit is contained in:
ivanlele 2026-02-18 16:37:51 +00:00
commit 0c5d8a9999
No known key found for this signature in database

View file

@ -22,6 +22,11 @@ if ! sed --help 2>&1 | grep -q 'GNU'; then
exit 1;
fi
if ! grep --help 2>&1 | grep -q 'GNU'; then
echo "Error: the installed grep package is not compatible. Please make sure you have GNU grep installed in your system.";
exit 1;
fi
RET=0
PREV_BRANCH=$(git name-rev --name-only HEAD)
PREV_HEAD=$(git rev-parse HEAD)