mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 21:04:11 +00:00
fix(raycast): quote raw command safely
This commit is contained in:
@@ -69,7 +69,7 @@ echo "🐹 Running ${title}..."
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Command to execute
|
# Command to execute
|
||||||
_MO_RAW_CMD="${raw_cmd}"
|
_MO_RAW_CMD='${raw_cmd}'
|
||||||
_MO_CMD_ESCAPED="${cmd_escaped}"
|
_MO_CMD_ESCAPED="${cmd_escaped}"
|
||||||
|
|
||||||
has_app() {
|
has_app() {
|
||||||
|
|||||||
Reference in New Issue
Block a user