summaryrefslogtreecommitdiff
path: root/modules/BMakeWorkspaceCreator.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/BMakeWorkspaceCreator.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/BMakeWorkspaceCreator.pm')
-rw-r--r--modules/BMakeWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/BMakeWorkspaceCreator.pm b/modules/BMakeWorkspaceCreator.pm
index d87d1829..f20c659c 100644
--- a/modules/BMakeWorkspaceCreator.pm
+++ b/modules/BMakeWorkspaceCreator.pm
@@ -73,7 +73,7 @@ sub pre_workspace {
'# this file will be lost the next time it is generated.', $crlf,
'#', $crlf,
'# MPC Command:', $crlf,
- "# $0 @ARGV", $crlf,
+ '# ', $self->create_command_line_string($0, @ARGV), $crlf,
'#', $crlf,
'#----------------------------------------------------------------------------', $crlf,
$crlf;