Experimenting with USER
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4390134f51
commit
39a84d0d3c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ import time
|
|||
import getopt
|
||||
|
||||
# Notification command
|
||||
MAILCMD = '/bin/mail -s "%(username): %(SUBJECT)s" %(PEOPLE)s 2>&1 > /dev/null'
|
||||
MAILCMD = '/bin/mail -s "%(username)s: %(SUBJECT)s" %(PEOPLE)s 2>&1 > /dev/null'
|
||||
|
||||
# Diff trimming stuff
|
||||
DIFF_HEAD_LINES = 20
|
||||
|
|
Loading…
Reference in a new issue