Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change.
*** 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
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 > > >