From: Russ Cox Date: Wed, 25 Aug 2010 00:43:31 +0000 (-0400) Subject: build: fix build again - not sure where the " went. sigh. X-Git-Tag: weekly.2010-08-25~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e3034adfc23f7b62f0dd4a09f67b3e87b5300ef4;p=gostls13.git 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 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