From c1cc98634749d959d146238d97404b2c1d01ab2e Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Mon, 31 Aug 2009 13:48:19 +0200 Subject: [PATCH] Reference the full path to the `brew' bin. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 4887ae2846..79545b4ac5 100755 --- a/bin/brew +++ b/bin/brew @@ -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