From 3682555264b36c897cc762b777f1f94a7d0715b0 Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Fri, 3 May 2002 00:10:18 +0000 Subject: [PATCH] use single quotes arround rexexp. --- webtools/tinderbox2/src/default_conf/TinderConfig.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webtools/tinderbox2/src/default_conf/TinderConfig.pm b/webtools/tinderbox2/src/default_conf/TinderConfig.pm index 3d6f8205a387..c45d465ebb81 100644 --- a/webtools/tinderbox2/src/default_conf/TinderConfig.pm +++ b/webtools/tinderbox2/src/default_conf/TinderConfig.pm @@ -5,8 +5,8 @@ # customizable settings. -# $Revision: 1.33 $ -# $Date: 2002/05/02 23:51:58 $ +# $Revision: 1.34 $ +# $Date: 2002/05/03 00:10:18 $ # $Author: kestes%walrus.com $ # $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TinderConfig.pm,v $ # $Name: $ @@ -274,7 +274,7 @@ $VC_NAME = "Guilty"; # a regular expression to find bug ticket numbers in checkin comments. -$VC_BUGNUM_REGEXP = "(\d\d\d+)"; +$VC_BUGNUM_REGEXP = '(\d\d\d+)'; # Pick one method for storting data, Data::Dumper is slow but text # files allows great debugging capabilities and Storable, available