Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(218)

Issue 5647063: code review 5647063: build: fix sudo.bash. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by dsymonds
Modified:
13 years, 4 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

build: fix sudo.bash.

Patch Set 1 #

Patch Set 2 : diff -r 3e8fa8fa333f https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 3e8fa8fa333f https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 4 : diff -r 642c65adbfe6 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r d36241352964 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/sudo.bash View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-14 11:12:11 UTC) #1
rsc
LGTM http://codereview.appspot.com/5647063/diff/3002/src/sudo.bash File src/sudo.bash (right): http://codereview.appspot.com/5647063/diff/3002/src/sudo.bash#newcode19 src/sudo.bash:19: Please use eval $(go tool dist env) http://codereview.appspot.com/5647063/diff/3002/src/sudo.bash#newcode26 ...
13 years, 4 months ago (2012-02-14 15:16:28 UTC) #2
dsymonds
13 years, 4 months ago (2012-02-14 21:42:22 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=14c8f376e8aa ***

build: fix sudo.bash.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5647063

http://codereview.appspot.com/5647063/diff/3002/src/sudo.bash
File src/sudo.bash (right):

http://codereview.appspot.com/5647063/diff/3002/src/sudo.bash#newcode19
src/sudo.bash:19: 
On 2012/02/14 15:16:28, rsc wrote:
> Please use
> 
> eval $(go tool dist env)

Done.

http://codereview.appspot.com/5647063/diff/3002/src/sudo.bash#newcode26
src/sudo.bash:26: sudo cp ../pkg/tool/${GOOS}_$GOARCH/$i /usr/local/bin/go$i
On 2012/02/14 15:16:28, rsc wrote:
> And then here, cp $GOTOOLDIR/$i /usr/local/bin/go$i
> I'm trying to keep the number of things that actually know
> where the tool directory is to a minimum.

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b