diff options
| author | Max Howell | 2009-06-18 08:15:07 +0100 |
|---|---|---|
| committer | Max Howell | 2009-06-18 08:20:47 +0100 |
| commit | 76259fcfbb32becc42236dd0298165a8a13f0b5f (patch) | |
| tree | 5565ebe1314fb7d88660de47d7de13f8221b7db4 /bin | |
| parent | 6fc68c05f660c73f61eb0848bf3d39c584c4458d (diff) | |
| download | homebrew-76259fcfbb32becc42236dd0298165a8a13f0b5f.tar.bz2 | |
Unrar formula
Very optimised, inspired by KDE's --enable-final
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ begin f.puts " system \"./configure --disable-debug --prefix='\#{prefix}'\"" f.puts " system \"make install\"" f.puts " end" - f.puts "end" + f.print "end" f.close if Kernel.system "which mate > /dev/null" and $? == 0 |
