- fixed my scripts

SVN=113864
This commit is contained in:
Robert Griesemer 2008-03-26 09:50:20 -07:00
parent 2f5b4d9893
commit 41d34e2451

View file

@ -4,5 +4,5 @@
#!/bin/bash
for f in *.go; do
../src/go $f
go $f
done