aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tree.rb
diff options
context:
space:
mode:
authorJack Nagel2014-09-18 15:30:34 -0500
committerJack Nagel2014-09-18 15:30:34 -0500
commit49a14193482a9f0ec95cab78dcc528bccebdafea (patch)
tree3a1c9f2f6341e1e7fc1a4c3af2c829b99b768070 /Library/Formula/tree.rb
parente05c769011c66232431332229f0ea4f1f441ee7b (diff)
downloadhomebrew-49a14193482a9f0ec95cab78dcc528bccebdafea.tar.bz2
Remove debugging code again
Diffstat (limited to 'Library/Formula/tree.rb')
-rw-r--r--Library/Formula/tree.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb
index 7298e8a0a..a75024d3a 100644
--- a/Library/Formula/tree.rb
+++ b/Library/Formula/tree.rb
@@ -14,7 +14,6 @@ class Tree < Formula
end
def install
- system "false"
ENV.append 'CFLAGS', '-fomit-frame-pointer'
objs = 'tree.o unix.o html.o xml.o hash.o color.o strverscmp.o json.o'