diff options
| author | Russ Cox <rsc@golang.org> | 2010-08-18 10:22:57 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-08-18 10:22:57 -0400 |
| commit | 632417e5e7a8ad7d7aa4043f55f0fbf42e1d8fcc (patch) | |
| tree | ff65fec9428d025dcf370becda6bc5e21efa159f /src | |
| parent | da392d9136b56b28d901aacf9fe79996bf729c65 (diff) | |
| download | go-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-x | src/run.bash | 1 |
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 |
