summaryrefslogtreecommitdiff
path: root/modules/GHSWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-11-08 18:53:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-11-08 18:53:34 +0000
commitd5089ca1cd350409fd5f4a2d5943630a74e7ee04 (patch)
tree3e094c41ca55e2355d3fc7cc30a59956db1f52c6 /modules/GHSWorkspaceCreator.pm
parent582a4bf36edd4605c860fd451f066c69bbef8f7f (diff)
downloadMPC-d5089ca1cd350409fd5f4a2d5943630a74e7ee04.tar.gz
ChangeLogTag: Fri Nov 8 12:52:16 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/GHSWorkspaceCreator.pm')
-rw-r--r--modules/GHSWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/GHSWorkspaceCreator.pm b/modules/GHSWorkspaceCreator.pm
index d81f0aec..716be104 100644
--- a/modules/GHSWorkspaceCreator.pm
+++ b/modules/GHSWorkspaceCreator.pm
@@ -59,7 +59,7 @@ sub write_comps {
foreach my $project (@list) {
## Convert all /'s to \
- $project =~ s/\//\\/g;
+ $project = $self->slash_to_backslash($project);
print $fh "..\\$project$crlf";
if ($gen->exe_target()) {