To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67256
Issue #|67256
Summary|Remove propably accidental debugging output from mkout
|.pl
Component|tools
Version|680m175
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|solenv
Assigned to|hjs
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Tue Jul 11 20:21:00 -0700
2006 -------
Currently there is an additional output of the current directory from mkout.pl
without a trailing newline that is unneeded and propably accidental. A typical
log snippet looks like this:
/cygdrive/d/w1/tin_ws/soltools/mkdepend
mkout -- version: 1.6
/cygdrive/d/w1/tin_ws/soltools/mkdepend------------------------------
guw.pl /cygdrive/c/MSVS2003/Vc7/bin/cl.exe @/tmp/mkvjfJm9
Easy fix:
+++ solenv/bin/mkout.pl 12 Jul 2006 03:19:54 -0000
@@ -124,8 +124,6 @@
my (@field, $base, $dlst);
my $path = cwd();
- print $path;
-
@field = split(/\//, $path);
while ( $#field != -1 ) {
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]