summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--postprocess/checkxml/checkxml.pl6
1 files changed, 3 insertions, 3 deletions
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";