From c0ea0f39798eaa052e3ab956ab388f406dfeb98b Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 5 Sep 2011 16:16:48 +0200 Subject: emacs: quote alias value in caveats Signed-off-by: Jack Nagel --- Library/Formula/emacs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3