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
commit0a27f041d03ff1196156eecc2ccfc9db05d1840c (patch)
treeee825c94c7aa5e7f55b6a4c5ae4c4d12eba82ae2 /bin
parent2037b2373ab094830ade980efd816b50035f1390 (diff)
downloadbrew-0a27f041d03ff1196156eecc2ccfc9db05d1840c.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)