summaryrefslogtreecommitdiff
path: root/postprocess/checkdeliver/checkdeliver.pl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 17:03:02 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 17:03:02 +0000
commit22bc23e7d092de47f5b43f82683087735035ac50 (patch)
tree28e892320a62804d21d2f977634072ed435123a0 /postprocess/checkdeliver/checkdeliver.pl
parent91d6ff624ac8e296318260aab428f067f2dd6f48 (diff)
INTEGRATION: CWS wikiext01_DEV300 (1.12.12); FILE MERGED
2008/02/12 17:15:21 mav 1.12.12.1: #i85726# fix from RT
Diffstat (limited to 'postprocess/checkdeliver/checkdeliver.pl')
-rw-r--r--postprocess/checkdeliver/checkdeliver.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/checkdeliver/checkdeliver.pl b/postprocess/checkdeliver/checkdeliver.pl
index 6585a9530399..776462bb7bcb 100644
--- a/postprocess/checkdeliver/checkdeliver.pl
+++ b/postprocess/checkdeliver/checkdeliver.pl
@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: checkdeliver.pl,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2007-10-04 15:31:53 $
+# last change: $Author: kz $ $Date: 2008-04-03 18:03:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -149,7 +149,7 @@ sub check
my $module;
my $islinked = 0;
# which module are we checking?
- if ( $listname =~ /\/(\w+?)\/deliver\.log$/o) {
+ if ( $listname =~ /\/([\w-]+?)\/deliver\.log$/o) {
$module = $1;
} else {
print STDERR "Error: cannot determine module name from \'$listname\'\n";