diff options
| author | Max Howell | 2011-03-13 12:53:07 +0000 | 
|---|---|---|
| committer | Max Howell | 2011-03-13 12:53:07 +0000 | 
| commit | f828347b82efa7d7df686ca3144b2f4878a50376 (patch) | |
| tree | 9e7483e4bb45433a5e1d2047da1136b52a654cfc /bin | |
| parent | 6530586046b6a850c50f2d7d8aa275202ae63dcb (diff) | |
| download | homebrew-f828347b82efa7d7df686ca3144b2f4878a50376.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] | 
