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

Issue 2012041: code review 2012041: run.bash: fix freebsd build (i hope) (Closed)

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

Description

run.bash: fix freebsd build (i hope)

Patch Set 1 #

Patch Set 2 : code review 2012041: run.bash: fix freebsd build (i hope) #

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

Messages

Total messages: 3
rsc
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 8 months ago (2010-08-18 14:22:54 UTC) #1
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=54b874b5978e *** run.bash: fix freebsd build (i hope) R=adg CC=golang-dev http://codereview.appspot.com/2012041
14 years, 8 months ago (2010-08-18 14:23:03 UTC) #2
adg
14 years, 8 months ago (2010-08-19 05:09:18 UTC) #3
LGTM

On 19 August 2010 00:22,  <rsc@golang.org> wrote:
> Reviewers: adg,
>
> Message:
> Hello adg (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> run.bash: fix freebsd build (i hope)
>
> Please review this at http://codereview.appspot.com/2012041/
>
> Affected files:
>  M src/run.bash
>
>
> Index: src/run.bash
> ===================================================================
> --- a/src/run.bash
> +++ b/src/run.bash
> @@ -6,6 +6,7 @@
>  set -e
>  . ./env.bash
>
> +unset MAKEFLAGS  # single-threaded make
>  unset CDPATH   # in case user has it set
>
>  # no core files, please
>
>
>
Sign in to reply to this message.

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