aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-08-24 20:43:31 -0400
committerRuss Cox <rsc@golang.org>2010-08-24 20:43:31 -0400
commite3034adfc23f7b62f0dd4a09f67b3e87b5300ef4 (patch)
tree546ccb8505054915de33bbf7b6fdc43c61b96975
parent2b73ad592ca7569e3653afae448217af202b3ceb (diff)
downloadgo-e3034adfc23f7b62f0dd4a09f67b3e87b5300ef4.tar.gz
go-e3034adfc23f7b62f0dd4a09f67b3e87b5300ef4.zip
build: fix build again - not sure where the " went. sigh.
R=r CC=golang-dev https://golang.org/cl/2024043
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
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