aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-04 16:56:47 -0700
committerAdam Vandenberg2011-04-04 16:56:47 -0700
commit1fb85efce5e47a832f187f9c8ee12bc42649fa3a (patch)
treebfaf9f7b0f5eb90f8d184179c0fa962621514240 /Library/Formula/macvim.rb
parentf9f90beaa129c78ab31a24c49960dce2455d9eda (diff)
downloadhomebrew-1fb85efce5e47a832f187f9c8ee12bc42649fa3a.tar.bz2
Rewrite caveats to new style.
To make it easier to copy and paste multiline scripts from caveats, no longer use $ as a prompt marker.
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 0f562269f..e1c7653ed 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -80,9 +80,9 @@ class Macvim < Formula
#{prefix}
To link the application to a normal Mac OS X location:
- $ brew linkapps
+ brew linkapps
or:
- $ sudo ln -s #{prefix}/MacVim.app /Applications
+ sudo ln -s #{prefix}/MacVim.app /Applications
EOS
end
end