From 769df64fc93645e26cc1c3f7a5c69777a09b29e8 Mon Sep 17 00:00:00 2001 From: George Zhang Date: Mon, 2 Dec 2024 14:58:12 -0800 Subject: [PATCH] Fix quote issue for helper 2 installation current use of nested quotes could not be properly executed in command line. Use nested single quote and double quotes to properly --- docs/emacs-start-helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/emacs-start-helpers.md b/docs/emacs-start-helpers.md index 4413df0..c852fcb 100644 --- a/docs/emacs-start-helpers.md +++ b/docs/emacs-start-helpers.md @@ -57,7 +57,7 @@ Cons: Hard to be pinned on Dock. #### Installation Run the command below to create a starter app bundle. Rename it if possible and place it under `/Applications` or other preferred places. ``` -osacompile -o Emacs.app -e "tell application \"Finder\" to open POSIX file \"$(brew --prefix)/opt/emacs-mac/Emacs.app\"" +osacompile -o Emacs.app -e 'tell application "Finder" to open POSIX file "'"$(brew --prefix)"'/opt/emacs-mac/Emacs.app"' ``` ### Helper 3