To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59187





------- Additional comments from [EMAIL PROTECTED] Thu Aug 24 08:46:22 -0700 
2006 -------
@is: Hi Ingo, the

        $sourcepath =~ s/\Q$installer::globals::temppath\E//;

part will never remove anything if cygwin's perl is used. TEMP is one of cygwins
automatically converted variables, it will always be in POSIX form, i.e. if you
don't override it it will be the converted path of your windows TEMP variable.

For dkeshar this is: /cygdrive/c/DOCUME~1/dkeskar/LOCALS~1/Temp but sorcepath
is in DOS format like:

  c:\DOCUME~1\dkeskar\LOCALS~1\Temp\i_37361145145780\wnt....

So the temp directory is never removed in OOo builds on windows.

---------------------------------------------------------------------
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]

Reply via email to