Skip to content

Commit 804172d

Browse files
odysseus0railwaycat
authored andcommitted
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
1 parent b825bfd commit 804172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/emacs-start-helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Cons: Hard to be pinned on Dock.
5757
#### Installation
5858
Run the command below to create a starter app bundle. Rename it if possible and place it under `/Applications` or other preferred places.
5959
```
60-
osacompile -o Emacs.app -e "tell application \"Finder\" to open POSIX file \"$(brew --prefix)/opt/emacs-mac/Emacs.app\""
60+
osacompile -o Emacs.app -e 'tell application "Finder" to open POSIX file "'"$(brew --prefix)"'/opt/emacs-mac/Emacs.app"'
6161
```
6262

6363
### Helper 3

0 commit comments

Comments
 (0)