From: Alec Warner Date: Mon, 3 Apr 2006 14:53:23 +0000 (-0000) Subject: Fix yet another typo of mine, thanks to exg X-Git-Tag: v2.1_pre8~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=27adee85a5328447c352663dbef495034f039863;p=portage.git Fix yet another typo of mine, thanks to exg svn path=/main/trunk/; revision=3067 --- 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: