diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index e2eb9cb3e2..de16df9948 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -124,7 +124,7 @@ def quiet_system cmd, *args end def curl *args - safe_system 'curl', '-f#LA', HOMEBREW_USER_AGENT, *args unless args.empty? + safe_system '/usr/bin/curl', '-f#LA', HOMEBREW_USER_AGENT, *args unless args.empty? end def puts_columns items, cols = 4