aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc2011-09-05 16:16:48 +0200
committerJack Nagel2011-09-05 17:25:15 -0500
commitc0ea0f39798eaa052e3ab956ab388f406dfeb98b (patch)
tree6618602207325b2e8aefa3101445a6b4a27e72ee
parent3f9b051b75f307eb5d34e5b728ecf095f2a910a1 (diff)
downloadhomebrew-c0ea0f39798eaa052e3ab956ab388f406dfeb98b.tar.bz2
emacs: quote alias value in caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index b31027019..b9ed1d939 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -94,7 +94,7 @@ class Emacs < Formula
#{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