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
name='id' value='ce3f5d5bf63d8fe916d90efe84106d6b5a97cd47'/>
blob: 05ae8ca7c8e2ea26d3558bf45e96d9ae3a455206 (
plain)