]> Cypherpunks repositories - gostls13.git/commitdiff
build: fix build again - not sure where the " went. sigh.
authorRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 00:43:31 +0000 (20:43 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 00:43:31 +0000 (20:43 -0400)
R=r
CC=golang-dev
https://golang.org/cl/2024043

src/make.bash

index 923c062baac8bb07033982eb424c31d388ecbb52..99155bd0f9c5e45ed3024bf2a0011dd55c4b0619 100755 (executable)
@@ -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