From 0a27f041d03ff1196156eecc2ccfc9db05d1840c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 13 Jan 2010 09:02:42 +0000 Subject: Print quotes around executed arguments with spaces Eg: ['foo', 'bar la'] -> "foo 'bar la'" --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/brew b/bin/brew index b721073b6..5fdac2f85 100755 --- a/bin/brew +++ b/bin/brew @@ -331,7 +331,7 @@ rescue BuildError => e puts "http://github.com/mxcl/homebrew/blob/master/Library/Formula/#{formula_name}.rb#L#{$2}" ohai "Environment" dump_config - puts "Exit status: #{e.status.exitstatus}" + puts "Exit status: #{e.exit_status}" onoe e puts PLEASE_REPORT_BUG # this feature can be slow (depends on network conditions and if github is up) -- cgit v1.2.3