commit | 632417e5e7a8ad7d7aa4043f55f0fbf42e1d8fcc | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Aug 18 10:22:57 2010 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed Aug 18 10:22:57 2010 -0400 |
tree | ff65fec9428d025dcf370becda6bc5e21efa159f | |
parent | da392d9136b56b28d901aacf9fe79996bf729c65 [diff] [blame] |
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 4eb4a47..dc66202 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