mirror of
https://github.com/golang/go
synced 2024-11-22 20:40:03 -07:00
need ./ on local files
R=rsc OCL=19567 CL=19567
This commit is contained in:
parent
64718ec262
commit
b2b4e7fa55
@ -69,4 +69,4 @@ trap "rm -f _testmain.go _testmain.6 6.out" 0 1 2 3 14 15
|
||||
|
||||
6g _testmain.go
|
||||
6l _testmain.6
|
||||
6.out "$@"
|
||||
./6.out "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user