mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge b3122e167a into merged_master (Bitcoin PR bitcoin/bitcoin#23543)
This commit is contained in:
commit
ad73b28c8f
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ if test -z "$1"; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if ! sed --help 2>&1 | grep -q 'GNU'; then
|
||||
echo "Error: the installed sed package is not compatible. Please make sure you have GNU sed installed in your system.";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
RET=0
|
||||
PREV_BRANCH=$(git name-rev --name-only HEAD)
|
||||
PREV_HEAD=$(git rev-parse HEAD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue