From a0ca9451c7e628056b14bef46ebeadc20f463ba2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Sep 2012 14:23:33 +0200 Subject: Make update_tree.pl work with internal xmllint Change-Id: I5985e484ffd031e0526c2de7765df113b51bb7e8 --- l10ntools/scripts/update_tree.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/scripts/update_tree.pl b/l10ntools/scripts/update_tree.pl index 568d99e36ad5..02faf6a37c72 100644 --- a/l10ntools/scripts/update_tree.pl +++ b/l10ntools/scripts/update_tree.pl @@ -44,7 +44,7 @@ terminate() if ( ! defined $inpath ); my $destpath = $inpath; my $with_lang = $ARGV[1]; -my $xmllint = $ENV{XMLLINT}; +my $xmllint = $ENV{XMLLINT} || "$ENV{OUTDIR_FOR_BUILD}/bin/xmllint"; $tree_target_prefix = $ARGV[4]; -- cgit