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'/> :beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tinyproxy.rb
blob: 05ae8ca7c8e2ea26d3558bf45e96d9ae3a455206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38