We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5954ec7 commit b5c52b2Copy full SHA for b5c52b2
make.go
@@ -969,7 +969,7 @@ func execMake(args []string, usage func()) {
969
}
970
fmt.Printf("\n")
971
fmt.Printf("Resolve all TODOs in %s, then email it out:\n", itpname)
972
- fmt.Printf(" sendmail -t < %s\n", itpname)
+ fmt.Printf(" /usr/sbin/sendmail -t < %s\n", itpname)
973
974
fmt.Printf("Resolve all the TODOs in debian/, find them using:\n")
975
fmt.Printf(" grep -r TODO debian\n")
0 commit comments