Fix yet another typo of mine, thanks to exg
authorAlec Warner <antarus@gentoo.org>
Mon, 3 Apr 2006 14:53:23 +0000 (14:53 -0000)
committerAlec Warner <antarus@gentoo.org>
Mon, 3 Apr 2006 14:53:23 +0000 (14:53 -0000)
svn path=/main/trunk/; revision=3067

bin/repoman

index bd0e0655b6dab187b4560035feeb59d5d7674b62..8a40e60e0a4e7b189343419a517af2be66855fbe 100755 (executable)
@@ -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: