From: Russ Cox Date: Wed, 18 Aug 2010 14:22:57 +0000 (-0400) Subject: run.bash: fix freebsd build (i hope) X-Git-Tag: weekly.2010-08-25~35 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=632417e5e7a8ad7d7aa4043f55f0fbf42e1d8fcc;p=gostls13.git run.bash: fix freebsd build (i hope) R=adg CC=golang-dev https://golang.org/cl/2012041 --- diff --git a/src/run.bash b/src/run.bash index 4eb4a476b5..dc66202983 100755 --- 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