diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-12-17 12:43:22 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-12-17 12:43:22 +0100 |
commit | f0d53f7d35a85155a2336642cd2cc3436c2a4f40 (patch) | |
tree | 14b522fb19c453b31b5d6efcfbfcc6d1b9920913 | |
parent | fd8e2b792b9acb414a2c2674100308d5a04c5dab (diff) | |
parent | c9ffd7421c2d8435625c9e777e82d4c3ba077182 (diff) |
CWS-TOOLING: integrate CWS gnumake2ooo/DEV300_m96
-rw-r--r-- | helpcontent2/helpers/update_tree.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/helpcontent2/helpers/update_tree.pl b/helpcontent2/helpers/update_tree.pl index b2aa53fcb3..27b1a1dbbf 100644 --- a/helpcontent2/helpers/update_tree.pl +++ b/helpcontent2/helpers/update_tree.pl @@ -47,9 +47,6 @@ terminate() if ( ! defined $inpath ); my $destpath = $inpath; my $with_lang = $ENV{WITH_LANG}; -if ( defined $ENV{COMMON_OUTDIR} && $ENV{COMMON_OUTDIR} ne "" ) { - $destpath =~ s/$ENV{OUTPATH}/$ENV{COMMON_OUTDIR}/; -} # Always use / directory separators $prj =~ s/\\/\//g if defined($prj); |