summaryrefslogtreecommitdiff
path: root/modules/AutomakeWorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-10-16 13:36:23 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-10-16 13:36:23 +0000
commita804f09039b398a29a88b5d93e54a55670b2eef9 (patch)
tree92f39f5fe7192abaa5eb89294c5aa6ffad079637 /modules/AutomakeWorkspaceCreator.pm
parent7db364e81b1c144a57c4a501bbbfce68fa21f32b (diff)
downloadMPC-a804f09039b398a29a88b5d93e54a55670b2eef9.tar.gz
ChangeLogTag: Mon Oct 16 13:33:46 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/AutomakeWorkspaceCreator.pm')
-rw-r--r--modules/AutomakeWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/AutomakeWorkspaceCreator.pm b/modules/AutomakeWorkspaceCreator.pm
index 62f9e12e..293520ae 100644
--- a/modules/AutomakeWorkspaceCreator.pm
+++ b/modules/AutomakeWorkspaceCreator.pm
@@ -55,7 +55,7 @@ sub pre_workspace {
'## this file will be lost the next time it is generated.', $crlf,
'##', $crlf,
'## MPC Command:', $crlf,
- "## $0 @ARGV", $crlf, $crlf;
+ '## ', $self->create_command_line_string($0, @ARGV), $crlf, $crlf;
}