From 4f6898fbbaea979a3a49d215953fafa380e1425b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 10 Feb 2005 15:24:06 +0000 Subject: #i10000# UPDMINOREXT added --- postprocess/checkxml/checkxml.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'postprocess/checkxml') diff --git a/postprocess/checkxml/checkxml.pl b/postprocess/checkxml/checkxml.pl index 0a7816dff3f5..f2bd724c4f74 100644 --- a/postprocess/checkxml/checkxml.pl +++ b/postprocess/checkxml/checkxml.pl @@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: checkxml.pl,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2005-02-09 08:59:14 $ +# last change: $Author: obo $ $Date: 2005-02-10 16:24:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,7 +70,7 @@ eval 'exec perl -wS $0 ${1+"$@"}' my $is_debug=0; my $err = 0; -my $path = $ENV{'SOLARVERSION'} . '/' . $ENV{'INPATH'} . '/xml/'; +my $path = $ENV{'SOLARVERSION'} . '/' . $ENV{'INPATH'} . '/xml' . "$ENV{'UPDMINOREXT'}/"; #Path of the directory from which the recursion starts (must have ending '/'). print "Checking:$path\n"; -- cgit