Skip to content

Commit

Permalink
build: run.bash no longer accepts --no-banner
Browse files Browse the repository at this point in the history
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5986063
  • Loading branch information
minux committed Apr 9, 2012
1 parent 342658b commit 149983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ if [ ! -f make.bash ]; then
exit 1
fi
. ./make.bash --no-banner
bash run.bash --no-rebuild --banner
bash run.bash --no-rebuild
$GOTOOLDIR/dist banner # print build info

0 comments on commit 149983f

Please sign in to comment.