From 36ea8bb7bfcd6f450574fc0118df6725e76a3f03 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 1 Mar 2010 16:22:22 -0800 Subject: [PATCH] Minor mistake in docs. Fixes #633. R=adg CC=golang-dev https://golang.org/cl/224090 --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute.html b/doc/contribute.html index 044a880f6d..f7fa4490b5 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -44,7 +44,7 @@ tree to make sure the changes don't break other packages or programs:
 cd $GOROOT/src
-make all
+./all.bash