Commit 7cc5d5db authored by Alex Brainman's avatar Alex Brainman

run.bash: small fix

Fixes #2025.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4636075
parent 7983ab9d
......@@ -34,7 +34,7 @@ if $rebuild; then
(xcd pkg
gomake clean
time gomake install
) || exit $i
) || exit $?
fi
(xcd pkg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment