summaryrefslogtreecommitdiffstats
path: root/postprocess/checkxml
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-02-10 15:24:06 +0000
committerOliver Bolte <obo@openoffice.org>2005-02-10 15:24:06 +0000
commit4f6898fbbaea979a3a49d215953fafa380e1425b (patch)
treecccad34f4d5b3d3dfeffa104298a52b89d6a902b /postprocess/checkxml
parent#i10000# changed SOLARVER to SOLARVERSION (diff)
downloadcore-4f6898fbbaea979a3a49d215953fafa380e1425b.tar.gz
core-4f6898fbbaea979a3a49d215953fafa380e1425b.zip
#i10000# UPDMINOREXT added
Diffstat (limited to 'postprocess/checkxml')
-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";