aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2010-01-13 09:02:42 +0000
committerMax Howell2010-01-13 11:23:15 +0000
commit4f111dfd9a16c99b159a14ccd6904e237e9833d8 (patch)
tree20f4706b1af4ddae78b55aeb4c56a9f6632def99 /bin
parent68074dc535169255e8c8848d27be45ebc53b4cfb (diff)
downloadhomebrew-4f111dfd9a16c99b159a14ccd6904e237e9833d8.tar.bz2
Print quotes around executed arguments with spaces
Eg: ['foo', 'bar la'] -> "foo 'bar la'"
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
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)