Build Script Permission Issue

Nucleic-Session: 087840A1-8FF1-4EDD-A136-D75D0E6D2C7D
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-08 15:26:50 -07:00
co-authored by nucleic
parent 06952b2995
commit f10f85bf3c
+1 -1
View File
@@ -91,7 +91,7 @@ clean_icloud_dupes
# (and vice versa). Empty on the host; a --scratch-path redirect on the /Volumes share.
# Must be passed to BOTH the build and the --show-bin-path query so they agree. See
# scripts/lib/build-scratch.sh and BUILD.md "Cross-environment builds".
SCRATCH_ARGS="$("$ROOT/scripts/lib/build-scratch.sh" "$ROOT")"
SCRATCH_ARGS="$(bash "$ROOT/scripts/lib/build-scratch.sh" "$ROOT")"
echo "▸ Building $PRODUCT (channel=$CHANNEL, config=$CONFIG)"
NUCLEIC_CHANNEL="$CHANNEL" swift build $SCRATCH_ARGS -c "$CONFIG" --product "$PRODUCT"