summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/^\.//;