diff options
| author | Max Howell | 2011-03-13 12:53:07 +0000 |
|---|---|---|
| committer | Max Howell | 2011-03-13 12:53:07 +0000 |
| commit | 0d92987935bc7a462f44c88cc012b100cf34ff91 (patch) | |
| tree | 50ff4a6eb68e163156a35594603d143bab211d2f /bin | |
| parent | e0639f1588752d66e3d0ecb991274f23247b783f (diff) | |
| download | brew-0d92987935bc7a462f44c88cc012b100cf34ff91.tar.bz2 | |
brew environment alias to --env; like `gem`
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] |
