1
0
mirror of https://github.com/golang/go synced 2024-11-21 20:14:52 -07:00

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:
Russ Cox 2010-08-24 20:43:31 -04:00
parent 2b73ad592c
commit e3034adfc2

View File

@ -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