aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-11 11:32:30 -0700
committerAdam Vandenberg2013-06-11 11:32:30 -0700
commit93e608e58b352a3ac18d0380f166667a9757b8f1 (patch)
tree8323e4069928eec75f7c5a67749b0a082b07ba7a /Library/Formula
parent8dfb78c436b645f0e1d3c2ff2b7a2ce547f54774 (diff)
downloadhomebrew-93e608e58b352a3ac18d0380f166667a9757b8f1.tar.bz2
autoenv: simplify caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/autoenv.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/autoenv.rb b/Library/Formula/autoenv.rb
index b16ab19b6..783facbde 100644
--- a/Library/Formula/autoenv.rb
+++ b/Library/Formula/autoenv.rb
@@ -12,9 +12,6 @@ class Autoenv < Formula
end
def caveats; <<-EOS.undent
- Autoenv was installed to:
- #{opt_prefix}
-
To finish the installation, source activate.sh in your shell:
source #{opt_prefix}/activate.sh
EOS