summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-11-16 21:01:44 +0100
committerKurt Zenker <kz@openoffice.org>2009-11-16 21:01:44 +0100
commit49e40ddf75b3466aff0fd289b720ca1f275f8967 (patch)
tree883c88a7f01aba2f22711418545474cd126dfb01
parent629c44a4610c1734ecab3a4fb2c025b2ca4f5c46 (diff)
#i10000# do not use a global variableooo/DEV300_m65
-rw-r--r--solenv/bin/modules/CreatePDBRelocators.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/CreatePDBRelocators.pm b/solenv/bin/modules/CreatePDBRelocators.pm
index 34624fc32..162b11d67 100644
--- a/solenv/bin/modules/CreatePDBRelocators.pm
+++ b/solenv/bin/modules/CreatePDBRelocators.pm
@@ -86,7 +86,7 @@ sub create_pdb_relocators
# sanitize path
$root_dir =~ s/\\/\//g;
- $o =~ s/\\/\//g;
+ my $o =~ s/\\/\//g;
my $premilestoneext = $milestoneext;
if ( $pre ne "" ) {
$premilestoneext = ~ s/^\.//;