diff --git a/master.cfg b/master.cfg index 34d247b..8fd0c7a 100644 --- a/master.cfg +++ b/master.cfg @@ -310,7 +310,7 @@ subsequent commits are made after X, by different people.""" if branch != 'master': sbj += ' [%s]' % branch - text += "Unfortunately it seems that there is a breakage on GDB.\n\n" + text = "Unfortunately it seems that there is a breakage on GDB.\n\n" text += "Commit title: '%s'\n" % title text += "Revision: %s\n\n" %rev text += "You can find more details below:\n\n"