mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Reference the full path to the `brew' bin.
This commit is contained in:
parent
08972e308b
commit
c1cc986347
2
bin/brew
2
bin/brew
@ -81,7 +81,7 @@ begin
|
|||||||
ARGV.formulae.each do |f|
|
ARGV.formulae.each do |f|
|
||||||
pid=fork
|
pid=fork
|
||||||
if pid.nil?
|
if pid.nil?
|
||||||
exec "brew", "install-just-one", f.name, *ARGV.options
|
exec __FILE__, "install-just-one", f.name, *ARGV.options
|
||||||
else
|
else
|
||||||
Process.wait pid
|
Process.wait pid
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user