From: Mauritz Jeanson Date: Wed, 19 Dec 2007 17:52:39 +0000 (+0000) Subject: An update to r7601: changed $w to [\w.]+ to ensure that the setup-language-variable... X-Git-Tag: release/1.79.1~6^2~1577 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0e10ed6b557484d2d1ca24ed5b0e0953d2de7da;p=docbook-dsssl An update to r7601: changed $w to [\w.]+ to ensure that the setup-language-variable entity is not modified by xslns-build. --- diff --git a/releasetools/xslns-build b/releasetools/xslns-build index 1bb9bdade..0774f6187 100755 --- a/releasetools/xslns-build +++ b/releasetools/xslns-build @@ -375,7 +375,7 @@ sub indexentitydecl { my $newstring = ''; - while ( $string =~ m@^(.*?)()@sg ) { + while ( $string =~ m@^(.*?)()@sg ) { my $before = $1; my $entitystart = $2; my $entityname = $3;