mirror of
https://github.com/golang/go
synced 2024-11-22 03:54:39 -07:00
cmd/dist: Unix grammar fix
Fixes #3165. R=golang-dev, iant CC=golang-dev https://golang.org/cl/5712051
This commit is contained in:
parent
953f2dec89
commit
3c3c5f38a0
2
src/cmd/dist/build.c
vendored
2
src/cmd/dist/build.c
vendored
@ -1491,7 +1491,7 @@ cmdbanner(int argc, char **argv)
|
||||
|
||||
if(streq(gohostos, "darwin")) {
|
||||
xprintf("\n"
|
||||
"On OS X the debuggers must be installed setgrp procmod.\n"
|
||||
"On OS X the debuggers must be installed setgid procmod.\n"
|
||||
"Read and run ./sudo.bash to install the debuggers.\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user