Commit e3034adf authored by Russ Cox's avatar Russ Cox

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

R=r
CC=golang-dev
https://golang.org/cl/2024043
parent 2b73ad59
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment