build: fix build again - not sure where the " went.  sigh.

R=r
CC=golang-dev
https://golang.org/cl/2024043
diff --git a/src/make.bash b/src/make.bash
index 923c062..99155bd 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -92,7 +92,7 @@
 	*":$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