]> Cypherpunks repositories - gostls13.git/commitdiff
- fixed my scripts
authorRobert Griesemer <gri@golang.org>
Wed, 26 Mar 2008 16:50:20 +0000 (09:50 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 26 Mar 2008 16:50:20 +0000 (09:50 -0700)
SVN=113864

test/runtests.sh

index 75b7ae26a6715392014286e376ebc1b75de83f89..48f512a4f455b1d8076744d07c741656d7ec1ba4 100755 (executable)
@@ -4,5 +4,5 @@
 
 #!/bin/bash
 for f in *.go; do
-  ../src/go $f
+  go $f
 done