summaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-08-24 20:00:33 -0400
committerRuss Cox <rsc@golang.org>2010-08-24 20:00:33 -0400
commitdcb6b277d7e6cc76451e9c12c3fa7d3227a7510c (patch)
treeebe80eb78031e7655219cef81feafdd2a6d43c21 /src/all.bash
parent245294d7b6cbc887554e424574ff36f88df42c00 (diff)
downloadgo-dcb6b277d7e6cc76451e9c12c3fa7d3227a7510c.tar.gz
build: $GOBIN defaults to $GOROOT/bin
R=r CC=golang-dev http://codereview.appspot.com/1982049
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/all.bash b/src/all.bash
index 4a98fe9f6..00110d2da 100755
--- a/src/all.bash
+++ b/src/all.bash
@@ -9,6 +9,6 @@ if [ ! -f make.bash ]; then
exit 1
fi
. ./make.bash
-bash run.bash --no-rebuild
+bash run.bash --no-env --no-rebuild
installed # function defined by make.bash