summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-06-28 18:19:04 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-06-28 18:19:04 +0000
commit0fb577334636e34f7aa0628d47c896c28d685def (patch)
tree554cf633b2aebe594bedf445062488178330a4a2
parente80df8d6e20ea87ab15198a56326d8935ce57046 (diff)
downloadATCD-0fb577334636e34f7aa0628d47c896c28d685def.tar.gz
Added the definition of $crlf in post workspace
-rw-r--r--bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm b/bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm
index 19edc836b06..72e0ea8c253 100644
--- a/bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm
+++ b/bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm
@@ -97,6 +97,7 @@ sub write_comps {
sub post_workspace {
my($self) = shift;
my($fh) = shift;
+ my($crlf) = $self->crlf();
print $fh "###############################################################################$crlf" .
"$crlf" .