From 161296e5c6e7526a294787662f7f9ee169c715dc Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 14 Jul 2010 13:02:36 +0100 Subject: [PATCH] When outputting a `brew install -vd` insert the formula name Signed-off-by: Adam Vandenberg --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index ba2b622f37..00a7a80b8b 100755 --- a/bin/brew +++ b/bin/brew @@ -399,7 +399,7 @@ rescue BuildError => e if e.was_running_configure? puts "It looks like an autotools configure failed." puts "Consider re-running the install with '-vd' to keep 'config.log' around:" - puts " brew install -vd formula_name" + puts " brew install -vd #{formula_name}" puts "Gist 'config.log' and any error output when reporting an issue." end puts