mirror of
https://github.com/golang/go
synced 2024-11-22 00:14:42 -07:00
- fixed my scripts
SVN=113864
This commit is contained in:
parent
2f5b4d9893
commit
41d34e2451
@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
for f in *.go; do
|
for f in *.go; do
|
||||||
../src/go $f
|
go $f
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user