From: Matt Corallo Date: Mon, 16 May 2022 18:51:35 +0000 (+0000) Subject: Add a warning before we run a ton of sed's X-Git-Tag: v0.0.108.0~2^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=81edb94b9157b9b4d8001af7ce32f8cd4d3d966d Add a warning before we run a ton of sed's --- diff --git a/genbindings.sh b/genbindings.sh index 155269b..5586569 100755 --- a/genbindings.sh +++ b/genbindings.sh @@ -229,6 +229,7 @@ else fi # Build C++ class methods which call trait methods +echo "Updating C++ header, this may take some time, especially on macOS" set +x # Echoing every command is very verbose here OLD_IFS="$IFS" export IFS=''