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





------- Additional comments from [EMAIL PROTECTED] Thu Sep 20 15:54:20 +0000 
2007 -------
rene: Sorry, but I cannot reproduce your breakage. I rewinded your change and
moved my source tree to 'rt/test~dir/rt22/SRC680' - everything works fine. I
changed misc. internal path variables to something containing '~' in a debugger
run - either the script crashed already in parameter checking or ran smoothly.
So, I tend to just undo your change and resolve this issue with 'worksforme'. 
Could you please check whether you still need additional quoting? Just remove
the 'quotemeta' directive in line 151 and see whether you run into problems.
Patch for that would be


Index: checkdeliver.pl
===================================================================
RCS file: /cvs/installation/postprocess/checkdeliver/checkdeliver.pl,v
retrieving revision 1.10
diff -u -r1.10 checkdeliver.pl
--- checkdeliver.pl     20 Aug 2007 15:43:18 -0000      1.10
+++ checkdeliver.pl     20 Sep 2007 15:45:32 -0000
@@ -148,7 +148,7 @@
     my %delivered;
     my $module;
     my $islinked = 0;
-    if ( $listname =~ quotemeta(/\/(\w+?)\/deliver.log$/o) ) {
+    if ( $listname =~ /\/(\w+?)\/deliver.log$/o ) {
         $module = $1;
     } else {
         print STDERR "Error: cannot determine module name from 
\'$listname\'\n";


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