diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-10-16 13:47:57 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-10-16 13:47:57 +0000 |
commit | 71a0512193266f8f607c3a1ebe9c656dc3f4216e (patch) | |
tree | 54dcc5f2ec9c6e95bc8907c2b7fc0ddd00c0105b /ACE/bin/MakeProjectCreator/modules | |
parent | 2f3d01d6d7b1219cc5e9649d1a5ab5893a8ede1a (diff) | |
download | ATCD-71a0512193266f8f607c3a1ebe9c656dc3f4216e.tar.gz |
ChangeLogTag: Mon Oct 16 13:47:25 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/bin/MakeProjectCreator/modules')
-rw-r--r-- | ACE/bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm b/ACE/bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm index 4d645b2411d..8ae76531b3c 100644 --- a/ACE/bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm +++ b/ACE/bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm @@ -61,7 +61,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, 'MAKEFILE = ', $self->get_modified_workspace_name($base, '', 1), |