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
1 changed files with 1 additions and 1 deletions

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