aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLaurent2010-08-31 14:50:32 +0200
committerDavid Höppner2010-08-31 17:59:49 +0200
commit764ee6917f4cc0b7f41a05cacde0c634d8635b2a (patch)
treed001f9907191294556a683dfe7b261edf8cc6405 /Library/Formula
parente0fd1fb374b49ed25fe6381b0870b8dc28ece1f6 (diff)
downloadhomebrew-764ee6917f4cc0b7f41a05cacde0c634d8635b2a.tar.bz2
fixing issue 2320
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index 942638a05..ccca3141e 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -20,7 +20,7 @@ class Sip <Formula
def caveats; <<-EOS
This formula won't function until you amend your PYTHONPATH like so:
- export PYTHON_PATH=#{HOMEBREW_PREFIX}/lib/python:$PYTHON_PATH
+ export PYTHONPATH=#{HOMEBREW_PREFIX}/lib/python:$PYTHONPATH
EOS
end
end