mirror of https://github.com/golang/go.git
build: fix build again - not sure where the " went. sigh.
R=r CC=golang-dev https://golang.org/cl/2024043
This commit is contained in:
parent
2b73ad592c
commit
e3034adfc2
|
|
@ -92,7 +92,7 @@ installed() {
|
|||
*":$GOBIN" | *":$GOBIN:"*)
|
||||
;;
|
||||
*)
|
||||
echo '***' You need to add $GOBIN to your "'$PATH.' '***'
|
||||
echo '***' "You need to add $GOBIN to your "'$PATH.' '***'
|
||||
esac
|
||||
echo The compiler is $GC.
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue