Partially fix build: don't assume . is in PATH.

APPROVED=rsc
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=32948
CL=32948
This commit is contained in:
David Symonds 2009-08-09 19:18:40 -07:00
parent 60238e25bf
commit b65a5225f6

View file

@ -5,6 +5,7 @@
set -e
. $GOROOT/src/Make.$GOARCH
PATH=.:$PATH
mode=run
case X"$1" in