diff options
| author | Jack Nagel | 2014-09-18 15:30:34 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-18 15:30:34 -0500 |
| commit | 49a14193482a9f0ec95cab78dcc528bccebdafea (patch) | |
| tree | 3a1c9f2f6341e1e7fc1a4c3af2c829b99b768070 /Library/Formula/tree.rb | |
| parent | e05c769011c66232431332229f0ea4f1f441ee7b (diff) | |
| download | homebrew-49a14193482a9f0ec95cab78dcc528bccebdafea.tar.bz2 | |
Remove debugging code again
Diffstat (limited to 'Library/Formula/tree.rb')
| -rw-r--r-- | Library/Formula/tree.rb | 1 |
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' |
