INTEGRATION: CWS wikiext01_DEV300 (1.12.12); FILE MERGED

2008/02/12 17:15:21 mav 1.12.12.1: #i85726# fix from RT
This commit is contained in:
Kurt Zenker 2008-04-03 17:03:02 +00:00
parent 91d6ff624a
commit 22bc23e7d0

View file

@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
# #
# $RCSfile: checkdeliver.pl,v $ # $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 Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@ -149,7 +149,7 @@ sub check
my $module; my $module;
my $islinked = 0; my $islinked = 0;
# which module are we checking? # which module are we checking?
if ( $listname =~ /\/(\w+?)\/deliver\.log$/o) { if ( $listname =~ /\/([\w-]+?)\/deliver\.log$/o) {
$module = $1; $module = $1;
} else { } else {
print STDERR "Error: cannot determine module name from \'$listname\'\n"; print STDERR "Error: cannot determine module name from \'$listname\'\n";