diff options
author | Alec Warner <antarus@gentoo.org> | 2006-04-03 14:53:23 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-04-03 14:53:23 +0000 |
commit | 27adee85a5328447c352663dbef495034f039863 (patch) | |
tree | 2769bb91301c05fb298989460cfef7b0f2fb1634 | |
parent | 3c22641ed1f098db8e0f9c7e7828d0c66b42b253 (diff) | |
download | portage-27adee85a5328447c352663dbef495034f039863.tar.gz portage-27adee85a5328447c352663dbef495034f039863.tar.bz2 portage-27adee85a5328447c352663dbef495034f039863.zip |
Fix yet another typo of mine, thanks to exg
svn path=/main/trunk/; revision=3067
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index bd0e0655b..8a40e60e0 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1569,7 +1569,7 @@ else: retval = None if "--pretend" in myoptions: - print "(/usr/bin/cvs -q commit -F "+ commitmessagefile +" "+ string.join(myupdates," ")"+")" + print "(/usr/bin/cvs -q commit -F "+ commitmessagefile +" "+ string.join(myupdates," ")+")" else: retval=os.system("/usr/bin/cvs -q commit -F "+ commitmessagefile + " " +string.join(myupdates, " ")) if retval: |