1
0
mirror of https://github.com/golang/go synced 2024-11-19 06:54:39 -07:00

run.bash: small fix

Fixes #2025.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4636075
This commit is contained in:
Alex Brainman 2011-06-30 09:44:16 +10:00
parent 7983ab9d1a
commit 7cc5d5db9d

View File

@ -34,7 +34,7 @@ if $rebuild; then
(xcd pkg
gomake clean
time gomake install
) || exit $i
) || exit $?
fi
(xcd pkg