summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index dc7ef0f11..b94c6459e 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1626,7 +1626,7 @@ else:
else:
mymsg=open(commitmessagefile,"w")
mymsg.write(commitmessage)
- mymsg.write("\n (Unsigned Manifest commit)")
+ mymsg.write(" (Unsigned Manifest commit)")
mymsg.close()
retval=os.system("/usr/bin/cvs -q commit -F "+commitmessagefile)
if retval: