summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-22 15:55:34 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-22 15:55:34 +0000
commit4ec2423cab27a2719e96046731918e135d4e8395 (patch)
tree64453b630e6ffa09683884b6286e6ea41b565b79
parenta315d7af60b07cc3144e0996763909043b4ca46a (diff)
downloadATCD-4ec2423cab27a2719e96046731918e135d4e8395.tar.gz
ChangeLogTag: Thu May 22 10:53:43 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--bin/MakeProjectCreator/modules/TemplateParser.pm2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f623c9ebdaa..25774bc1677 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu May 22 10:53:43 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/TemplateParser.pm:
+
+ Make sure to apply the relative definitions to the flag override
+ values.
+
Thu May 22 10:30:31 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/BorlandWorkspaceCreator.pm:
diff --git a/bin/MakeProjectCreator/modules/TemplateParser.pm b/bin/MakeProjectCreator/modules/TemplateParser.pm
index ae00768229f..2070ba66268 100644
--- a/bin/MakeProjectCreator/modules/TemplateParser.pm
+++ b/bin/MakeProjectCreator/modules/TemplateParser.pm
@@ -558,7 +558,7 @@ sub get_flag_overrides {
}
}
- return $value;
+ return $self->relative($value);;
}