mirror of
https://github.com/golang/go
synced 2024-11-12 03:50:21 -07:00
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:
parent
60238e25bf
commit
b65a5225f6
@ -5,6 +5,7 @@
|
||||
|
||||
set -e
|
||||
. $GOROOT/src/Make.$GOARCH
|
||||
PATH=.:$PATH
|
||||
|
||||
mode=run
|
||||
case X"$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user