diff options
| author | Kevin Moore | 2011-09-07 12:56:23 -0700 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-11 12:23:31 -0700 | 
| commit | be468a22fbc077bdcfc9191a299d8c946d036ef4 (patch) | |
| tree | 0783de4e8cb2ecb1b9c6e59032693be013b06532 /Library/Homebrew/exceptions.rb | |
| parent | 0cd340bdb9b866bcc1be71381bad14889f1db8ed (diff) | |
| download | homebrew-be468a22fbc077bdcfc9191a299d8c946d036ef4.tar.bz2 | |
Python easy_install just needs the package
adding 'install' to the command line breaks things
Closes #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 | 
