aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-06-18 08:15:07 +0100
committerMax Howell2009-06-18 08:20:47 +0100
commit76259fcfbb32becc42236dd0298165a8a13f0b5f (patch)
tree5565ebe1314fb7d88660de47d7de13f8221b7db4 /bin
parent6fc68c05f660c73f61eb0848bf3d39c584c4458d (diff)
downloadhomebrew-76259fcfbb32becc42236dd0298165a8a13f0b5f.tar.bz2
Unrar formula
Very optimised, inspired by KDE's --enable-final
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 3f4368163..47f84baec 100755
--- a/bin/brew
+++ b/bin/brew
@@ -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