]> Cypherpunks repositories - gostls13.git/commitdiff
Partially fix build: don't assume . is in PATH.
authorDavid Symonds <dsymonds@golang.org>
Mon, 10 Aug 2009 02:18:40 +0000 (19:18 -0700)
committerDavid Symonds <dsymonds@golang.org>
Mon, 10 Aug 2009 02:18:40 +0000 (19:18 -0700)
APPROVED=rsc
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=32948
CL=32948

test/bench/timing.sh

index a65e7f60a38a1b370a95f1e699c64a086554d525..0c3e49bf386907d3b7b2bc09262df4f33ab0fd70 100755 (executable)
@@ -5,6 +5,7 @@
 
 set -e
 . $GOROOT/src/Make.$GOARCH
+PATH=.:$PATH
 
 mode=run
 case X"$1" in