summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-02-25 14:01:55 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-02-25 14:01:55 +0000
commita03b90a45095961dc802762d80e354a502b969cd (patch)
tree9b42b75bb7a1f6e617acff8d62f0f041cc8307ef
parentfef35037330e3e67e6681df043db15a4e4f3e3ed (diff)
downloadMPC-a03b90a45095961dc802762d80e354a502b969cd.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/GHSWorkspaceCreator.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/GHSWorkspaceCreator.pm b/modules/GHSWorkspaceCreator.pm
index a3b0ebfb..e26f2e51 100644
--- a/modules/GHSWorkspaceCreator.pm
+++ b/modules/GHSWorkspaceCreator.pm
@@ -24,8 +24,8 @@ use vars qw(@ISA);
# ************************************************************
sub workspace_file_name {
- #my($self) = shift;
- return 'ghs/default.bld';
+ my($self) = shift;
+ return $self->get_modified_workspace_name('ghs/default', '.bld');
}