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

Issue 4830042: code review 4830042: build: handle spaces in $USER (Closed)

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

Description

build: handle spaces in $USER Fixes issue 2107.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 82e5430b3080 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -22 lines) Patch
M src/cmd/gotry/gotry View 1 2 2 chunks +7 lines, -6 lines 0 comments Download
M src/quietgcc.bash View 1 1 chunk +4 lines, -4 lines 0 comments Download
M test/run View 1 2 4 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello golang-dev (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-07-28 16:52:00 UTC) #1
r
LGTM but have you tested it? i would like to go back in time, find ...
13 years, 7 months ago (2011-07-28 16:56:20 UTC) #2
rsc
On Thu, Jul 28, 2011 at 12:56, <r@golang.org> wrote: > LGTM but have you tested ...
13 years, 7 months ago (2011-07-28 17:01:39 UTC) #3
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=2313a84d4d4b *** build: handle spaces in $USER Fixes issue 2107. R=golang-dev, r ...
13 years, 7 months ago (2011-07-28 17:05:01 UTC) #4
arvindht
13 years, 7 months ago (2011-07-28 17:52:23 UTC) #5
>  # Write file to compile
> -rm -f /tmp/$USER.try.go
> +file="/tmp/$USER.try"
> +rm -f "file.go"

rm -f "$file.go"
Sign in to reply to this message.

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