[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: errors in cvs



On Mon, Aug 25, 2003 at 04:52:50PM +0200, Goswin von Brederlow wrote:
> Colin Watson <cjwatson@debian.org> writes:
> > On Sun, Aug 24, 2003 at 07:12:59PM +0200, Goswin von Brederlow wrote:
> > > I updated to cvs and get the following:
> > > 
> > > Use of uninitialized value in string at /etc/debbugs/text line 15.
> > > 
> > > The problem seems to be that before doing
> > > 
> > > require '/etc/debbugs/text';
> > > 
> > > one has to set $gBadEmailPrefix first:
> > 
> > Fixed, thanks.
> 
> Not in CVS aparently. I still see this in my diff.

[Please stop cc'ing me on list mail! Thanks ...]

---------------------
PatchSet 535
Date: 2003/08/25 00:30:04
Author: cjwatson
Log:
Define $gBadEmailPrefix if it isn't defined already.

Members: 
	scripts/text.in:1.21->1.22 

Index: scripts/text.in
===================================================================
RCS file: /cvs/debbugs/source/scripts/text.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -p -u -u -r1.21 -r1.22
--- scripts/text.in	6 Jun 2003 17:56:05 -0000	1.21
+++ scripts/text.in	24 Aug 2003 23:30:04 -0000	1.22
@@ -1,4 +1,4 @@
-# $Id: text.in,v 1.21 2003/06/06 17:56:05 cjwatson Exp $
+# $Id: text.in,v 1.22 2003/08/24 23:30:04 cjwatson Exp $
 
 ############################################################################
 #  Here is a blurb to point people to ftp archive of directions.  It is
@@ -12,6 +12,7 @@
 # $gBadEmailPrefix  doc/bug-maint-info.txt
 # $gBadEmailPrefix";
 ############################################################################
+$gBadEmailPrefix = '' unless defined $gBadEmailPrefix;
 $gTextInstructions = "$gBadEmailPrefix";
 
 

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: