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
commit867b9406d220830960f79de3021d34445c8a8fcd (patch)
treec34744424314d950277de434ca24d611989e8afd
parentf7fdc0ed4888d5e6e933492fd6bab0db2d065b56 (diff)
#i10000# do not use a global variable
Notes
split repo tag: bootstrap_ooo/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 1f0280d38bb3..0b57e748b486 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/^\.//;