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:
parent
7983ab9d1a
commit
7cc5d5db9d
@ -34,7 +34,7 @@ if $rebuild; then
|
||||
(xcd pkg
|
||||
gomake clean
|
||||
time gomake install
|
||||
) || exit $i
|
||||
) || exit $?
|
||||
fi
|
||||
|
||||
(xcd pkg
|
||||
|
Loading…
Reference in New Issue
Block a user