aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index fd72dce09..2529693d6 100755
--- a/bin/brew
+++ b/bin/brew
@@ -61,7 +61,9 @@ begin
'configure' => :diy,
'abv' => :info,
'dr' => :doctor,
- '--repo' => '--repository'}
+ '--repo' => '--repository',
+ 'environment' => '--env' # same as gem
+ }
cmd = ARGV.shift
cmd = aliases[cmd] if aliases[cmd]