From d393053d0a5ab40c721465463bf0e84a30a7875e Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Mon, 21 Oct 2024 11:53:17 +0100 Subject: [PATCH] Build - fix syntax error in mac-release --- app/mac-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mac-release.sh b/app/mac-release.sh index 9abbf92aa9..ddb5dd8476 100755 --- a/app/mac-release.sh +++ b/app/mac-release.sh @@ -115,7 +115,7 @@ replace_symlink() { } -cd "${SCRIPT_DIR}/build/macOS_Release/Sonic\ Pi.app/Contents/Resources/server/beam/tau/_build" +cd "${SCRIPT_DIR}/build/macOS_Release/Sonic Pi.app/Contents/Resources/server/beam/tau/_build" find . -type l | while IFS= read -r symlink; do replace_symlink "$symlink"