diff options
author | Björn Stenberg <bjorn@haxx.se> | 2004-05-07 12:26:14 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2004-05-07 12:26:14 +0000 |
commit | 512d51cf8a03f96aeddb765c41e546216f2b9c9e (patch) | |
tree | 7982474ee02e32ce82121def9a445cbc35221454 /CVSROOT | |
parent | 00c7f39d1cb0883a4160cd41c407c3784d974734 (diff) | |
download | rockbox-512d51cf8a03f96aeddb765c41e546216f2b9c9e.tar.gz rockbox-512d51cf8a03f96aeddb765c41e546216f2b9c9e.zip |
Experimenting with USER
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4582 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/syncmail | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail index d7f4da5476..0f288b2815 100755 --- a/CVSROOT/syncmail +++ b/CVSROOT/syncmail @@ -164,6 +164,8 @@ def main(): except getopt.error, msg: usage(1, msg) + username = 'apa' + # parse the options for opt, arg in opts: if opt in ('-h', '--help'): |