1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:30:21 -07:00

run.bash: fix freebsd build (i hope)

R=adg
CC=golang-dev
https://golang.org/cl/2012041
This commit is contained in:
Russ Cox 2010-08-18 10:22:57 -04:00
parent da392d9136
commit 632417e5e7

View File

@ -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