aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-19 22:14:43 -0700
committerAdam Vandenberg2010-10-19 22:14:43 -0700
commit85389413f3ceb62a8652929a0a27cdec6d2fec2d (patch)
tree66acdbcd18b6c13c36b35628653af1b6e4789ee6 /Library/Formula
parent98535831ce02691a980e7b0ca0721fc8f612f866 (diff)
downloadhomebrew-85389413f3ceb62a8652929a0a27cdec6d2fec2d.tar.bz2
treeline - fix audit warning
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/treeline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/treeline.rb b/Library/Formula/treeline.rb
index ad895ed29..613acab3d 100644
--- a/Library/Formula/treeline.rb
+++ b/Library/Formula/treeline.rb
@@ -9,6 +9,6 @@ class Treeline <Formula
def install
ENV.prepend "PYTHONPATH", "#{HOMEBREW_PREFIX}/lib/python"
- system "./install.py", "-p" "#{prefix}"
+ system "./install.py", "-p#{prefix}"
end
end