diff options
| author | Rob Pike <r@golang.org> | 2012-03-05 12:49:31 +1100 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2012-03-05 12:49:31 +1100 |
| commit | f5a1dd888def229b7ce2f522ab8ef4083715efa6 (patch) | |
| tree | e11d5ac1602fe1d909315212f46e2064820abfd1 /src/run.bash | |
| parent | 2c0a46d6046cfd4895a30dbcb3d60d0ad9744166 (diff) | |
| download | go-f5a1dd888def229b7ce2f522ab8ef4083715efa6.tar.xz | |
doc/progs: update for go 1
Fixes #3076.
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/5727056
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash index d818751b2c..fd3b1f27b7 100755 --- a/src/run.bash +++ b/src/run.bash @@ -72,7 +72,6 @@ $BROKEN || ./test.bash ) || exit $? -$BROKEN || (xcd ../doc/progs time ./run ) || exit $? |
