Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
emacs: quote alias value in caveats
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
msavy authored and jacknagel committed Sep 5, 2011
1 parent 3f9b051 commit c0ea0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/emacs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def caveats
#{prefix}
Command-line emacs can be used by setting up an alias:
alias emacs=#{prefix}/Emacs.app/Contents/MacOS/Emacs -nw
alias emacs="#{prefix}/Emacs.app/Contents/MacOS/Emacs -nw"
EOS
end
Expand Down

0 comments on commit c0ea0f3

Please sign in to comment.