aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2010-11-13 22:45:53 +0000
committerAdam Vandenberg2011-03-12 11:55:05 -0800
commit00e654a8b7604d28951f2b5090cbffff93dacee0 (patch)
tree540fe4553f079469b8f8e9c3840c4501e706eb21 /bin
parentd78b89dd2e0479390ca072d5bb9a09395d9c25f8 (diff)
downloadbrew-00e654a8b7604d28951f2b5090cbffff93dacee0.tar.bz2
Support the `brew instal` typo
Because `gem instal` works too.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index e4fa968e5..fd72dce09 100755
--- a/bin/brew
+++ b/bin/brew
@@ -55,6 +55,7 @@ begin
'-S' => :search,
'up' => :update,
'ln' => :link,
+ 'instal' => :install, # gem does the same
'rm' => :uninstall,
'remove' => :uninstall,
'configure' => :diy,