aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2009-01-06 17:31:24 -0800
committerKen Thompson <ken@golang.org>2009-01-06 17:31:24 -0800
commitb0f627a6e1b1df1b47309f7fd59281a3809fb4d0 (patch)
tree7486dd1771c997a0a1d930eef5cc570804a53116 /src/run.bash
parentaf065a0c7783d33e01e75f43e07db681dadbf21e (diff)
downloadgo-b0f627a6e1b1df1b47309f7fd59281a3809fb4d0.tar.xz
closed arrays including [...]
R=r OCL=22182 CL=22182
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 10efb218f2..2c5d13dadd 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -59,7 +59,7 @@ time make
) || exit $?
(xcd ../doc/progs
-time run
+time ./run
) || exit $?
(xcd ../test