aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-08-22 15:54:26 +0100
committerMax Howell2009-08-24 01:04:53 +0100
commite7594de79744210de06d85477a9eb406f25e6ba1 (patch)
tree6a8055d863a6ced810838864777f857e34d5e4f4 /bin
parentf9d7b34945d48f7a954cc9fad2696ece718d0daf (diff)
downloadbrew-e7594de79744210de06d85477a9eb406f25e6ba1.tar.bz2
Allow configure alias for diy
Diffstat (limited to 'bin')
-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'