From 28c455ee123a86572a0c112b27b09e3926a56641 Mon Sep 17 00:00:00 2001 From: Tomaz Zaman Date: Mon, 10 Aug 2026 20:10:45 +0200 Subject: [PATCH 23/77] mono-update: no brace expansion under /bin/sh Co-Authored-By: Claude Fable 5 --- scripts/mono-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mono-update.sh b/scripts/mono-update.sh index b7b9cd186b..21cdc2c141 100755 --- a/scripts/mono-update.sh +++ b/scripts/mono-update.sh @@ -87,7 +87,7 @@ make defconfig || cleanup_fail # mono-update-check bakes the release tag into /etc/mono_release at its # build time; force it fresh or every image ships the stale identity of # the package's first build (and auto-mode devices re-flash forever). -make package/mono/mono-update-check/{clean,compile} || cleanup_fail +make package/mono/mono-update-check/clean package/mono/mono-update-check/compile || cleanup_fail make -j"$(nproc)" world || cleanup_fail OUT="releases/$RELTAG" -- 2.47.3