diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-27 12:33:29 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-27 12:33:29 +0100 |
commit | 1130cb6332b1878f88d877f7db781407b4213035 (patch) | |
tree | b0a5c08c423736dd5e5056a0a5f66f9183be0b2f /helpcontent2/helpers | |
parent | 479f4e154b292a938732aa7a4be8ea69fbaab461 (diff) | |
parent | f0d53f7d35a85155a2336642cd2cc3436c2a4f40 (diff) |
dr77: rebase to DEV300m96
Diffstat (limited to 'helpcontent2/helpers')
-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); |