Skip to content

Commit b5c52b2

Browse files
committed
List full path of /usr/sbin/sendmail in final instructions
so that the end developer can copy-and-paste to send ITP mail without using sudo.
1 parent 5954ec7 commit b5c52b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ func execMake(args []string, usage func()) {
969969
}
970970
fmt.Printf("\n")
971971
fmt.Printf("Resolve all TODOs in %s, then email it out:\n", itpname)
972-
fmt.Printf(" sendmail -t < %s\n", itpname)
972+
fmt.Printf(" /usr/sbin/sendmail -t < %s\n", itpname)
973973
fmt.Printf("\n")
974974
fmt.Printf("Resolve all the TODOs in debian/, find them using:\n")
975975
fmt.Printf(" grep -r TODO debian\n")

0 commit comments

Comments
 (0)