aboutsummaryrefslogtreecommitdiffstats
path: root/bin/brew
diff options
context:
space:
mode:
authorMax Howell2009-08-22 15:54:26 +0100
committerMax Howell2009-08-24 01:04:53 +0100
commit50453eec097d20cd7f69c95b3733e2085ffac4a0 (patch)
tree79f741a53400f2914dcc3168c1787e35a8c29f9a /bin/brew
parente7de1779d9bcb140e5600766624dac09e3870212 (diff)
downloadhomebrew-50453eec097d20cd7f69c95b3733e2085ffac4a0.tar.bz2
Allow configure alias for diy
Diffstat (limited to 'bin/brew')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 575694fdb..47215866c 100755
--- a/bin/brew
+++ b/bin/brew
@@ -115,7 +115,7 @@ begin
exec "mate", *ARGV.named.collect {|name| make name}
end
- when 'diy'
+ when 'diy', 'configure'
puts diy
when 'info', 'abv'