From dc2f061d69ee79292d0c98fe8b0499c7194533f0 Mon Sep 17 00:00:00 2001 From: tw93 Date: Wed, 4 Feb 2026 20:01:35 +0800 Subject: [PATCH] fix(raycast): quote raw command safely --- scripts/setup-quick-launchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-quick-launchers.sh b/scripts/setup-quick-launchers.sh index e72080d..60f77af 100755 --- a/scripts/setup-quick-launchers.sh +++ b/scripts/setup-quick-launchers.sh @@ -69,7 +69,7 @@ echo "🐹 Running ${title}..." echo "" # Command to execute -_MO_RAW_CMD="${raw_cmd}" +_MO_RAW_CMD='${raw_cmd}' _MO_CMD_ESCAPED="${cmd_escaped}" has_app() {