From 81edb94b9157b9b4d8001af7ce32f8cd4d3d966d Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 16 May 2022 18:51:35 +0000 Subject: [PATCH] Add a warning before we run a ton of sed's --- genbindings.sh | 1 + 1 file changed, 1 insertion(+) 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='' -- 2.30.2