aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorKevin Moore2011-09-07 12:56:23 -0700
committerCharlie Sharpsteen2011-09-11 12:23:31 -0700
commitbe468a22fbc077bdcfc9191a299d8c946d036ef4 (patch)
tree0783de4e8cb2ecb1b9c6e59032693be013b06532 /Library/Homebrew/exceptions.rb
parent0cd340bdb9b866bcc1be71381bad14889f1db8ed (diff)
downloadhomebrew-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.rb2
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