aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-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