From fea49fffc9658a4039059f79b1a644240fc23bc8 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 26 Sep 2025 09:18:57 -0700 Subject: [PATCH] Show config messages from install-wild, install-mold Follows on from https://github.com/zed-industries/zed/pull/37717#discussion_r2376739687 --- script/install-mold | 10 ++++++++++ script/install-wild | 17 ++++++++++++++++- script/linux | 11 ----------- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/script/install-mold b/script/install-mold index fca8d73f21a10d..9b90f3e9047e79 100755 --- a/script/install-mold +++ b/script/install-mold @@ -35,3 +35,13 @@ curl -fsSL --output - "$MOLD_URL" \ # Note this binary depends on the system libatomic.so.1 which is usually # provided as a dependency of gcc so it should be available on most systems. + +cat <