diff options
| author | Kevin Moore | 2011-09-07 12:56:23 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-11 12:23:31 -0700 |
| commit | 16f659451a8d2813729e0d8d303f8a6429050db3 (patch) | |
| tree | 7cf88ec1181ee1700b5f6006f2d6fa7ae28784ec /Library/Homebrew/exceptions.rb | |
| parent | 3b30760f5bfcdfaaf4c555c1f98808a5a22215e7 (diff) | |
| download | brew-16f659451a8d2813729e0d8d303f8a6429050db3.tar.bz2 | |
Python easy_install just needs the package
adding 'install' to the command line breaks things
Closes Homebrew/homebrew#7489.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index b55596aa4..72c62dcc7 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -84,7 +84,7 @@ class UnsatisfiedExternalDependencyError < Homebrew::InstallationError def command_line case type when :python - "easy_install install" + "easy_install" when :ruby "gem install" when :perl |
