use single quotes arround rexexp.

This commit is contained in:
kestes%walrus.com 2002-05-03 00:10:18 +00:00
Родитель 5d4d93b819
Коммит 3682555264
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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