Use full path to curl in utils.rb
This commit is contained in:
parent
7cfe8825dc
commit
5e724cbf15
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user