aboutsummaryrefslogtreecommitdiffstats
path: root/bin/brew
diff options
context:
space:
mode:
authorMax Howell2010-11-13 22:45:53 +0000
committerAdam Vandenberg2011-03-12 11:55:05 -0800
commit28d0d165a7e1117249b301ea1fd717eb11c63d15 (patch)
treed1f32bbef50a89f1a5145ddca59013f6f7856eb0 /bin/brew
parent167721c4ab37c4e61171c1c5aa70bed800ff0a8b (diff)
downloadhomebrew-28d0d165a7e1117249b301ea1fd717eb11c63d15.tar.bz2
Support the `brew instal` typo
Because `gem instal` works too.
Diffstat (limited to 'bin/brew')
-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,