1
0
mirror of https://github.com/golang/go synced 2024-11-22 23:50:03 -07:00

need ./ on local files

R=rsc
OCL=19567
CL=19567
This commit is contained in:
Ken Thompson 2008-11-18 19:36:36 -08:00
parent 64718ec262
commit b2b4e7fa55

View File

@ -69,4 +69,4 @@ trap "rm -f _testmain.go _testmain.6 6.out" 0 1 2 3 14 15
6g _testmain.go 6g _testmain.go
6l _testmain.6 6l _testmain.6
6.out "$@" ./6.out "$@"