aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-08-18 10:22:57 -0400
committerRuss Cox <rsc@golang.org>2010-08-18 10:22:57 -0400
commit632417e5e7a8ad7d7aa4043f55f0fbf42e1d8fcc (patch)
treeff65fec9428d025dcf370becda6bc5e21efa159f /src
parentda392d9136b56b28d901aacf9fe79996bf729c65 (diff)
downloadgo-632417e5e7a8ad7d7aa4043f55f0fbf42e1d8fcc.tar.xz
run.bash: fix freebsd build (i hope)
R=adg CC=golang-dev https://golang.org/cl/2012041
Diffstat (limited to 'src')
-rwxr-xr-xsrc/run.bash1
1 files changed, 1 insertions, 0 deletions
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