To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59187
User vq changed the following:
What |Old value |New value
================================================================================
Assigned to|dkeskar |is
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Aug 24 08:52:45 -0700
2006 -------
Tentative patch, has to be wrapped in the usual "if ( $^O =~ /cygwin/i )" test:
sub make_relative_ddf_path
{
my ( $sourcepath ) = @_;
my $windowstemppath = $installer::globals::temppath;
$windowstemppath =~ s/\\/\\\\/g;
chomp( $windowstemppath = qx{cygpath -w "$windowstemppath"} );
$sourcepath =~ s/\Q$windowstemppath\E//;
$sourcepath =~ s/^\\//;
return $sourcepath;
}
---------------------------------------------------------------------
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]