From a82d5d9e64a042ce1672021fa2ca663a08718ad4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 8 May 2012 01:10:05 -0500 Subject: go: use prefix instead of Pathname.pwd Signed-off-by: Jack Nagel --- Library/Formula/go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 2e7fdc94b..f133be734 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -16,7 +16,7 @@ class Go < Formula cd prefix do # The version check is due to: # http://codereview.appspot.com/5654068 - (Pathname.pwd+'VERSION').write 'default' if ARGV.build_head? + (prefix/'VERSION').write 'default' if ARGV.build_head? # Build only. Run `brew test go` to run distrib's tests. cd 'src' do -- cgit v1.2.3