Reference the full path to the `brew' bin.

This commit is contained in:
Eloy Duran 2009-08-31 13:48:19 +02:00
parent 08972e308b
commit c1cc986347

View File

@ -81,7 +81,7 @@ begin
ARGV.formulae.each do |f|
pid=fork
if pid.nil?
exec "brew", "install-just-one", f.name, *ARGV.options
exec __FILE__, "install-just-one", f.name, *ARGV.options
else
Process.wait pid
end