From e3034adfc23f7b62f0dd4a09f67b3e87b5300ef4 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 24 Aug 2010 20:43:31 -0400 Subject: [PATCH] build: fix build again - not sure where the " went. sigh. R=r CC=golang-dev https://golang.org/cl/2024043 --- src/make.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make.bash b/src/make.bash index 923c062baa..99155bd0f9 100755 --- a/src/make.bash +++ b/src/make.bash @@ -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 -- 2.50.0