From 632417e5e7a8ad7d7aa4043f55f0fbf42e1d8fcc Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 18 Aug 2010 10:22:57 -0400 Subject: [PATCH] run.bash: fix freebsd build (i hope) R=adg CC=golang-dev https://golang.org/cl/2012041 --- src/run.bash | 1 + 1 file changed, 1 insertion(+) 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