Changeset 2383

Show
Ignore:
Timestamp:
09/07/06 20:44:53 (7 years ago)
Author:
qldrob
Message:

I thought I removed this slash ..

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/publish.pl

    r2305 r2383  
    2727  ($md5sum, $null) = split(/ /, $md5); 
    2828  $newxml =~ s/<md5sum>.+<\/md5sum>/<md5sum>$md5sum<\/md5sum>/; 
    29   $newxml =~ s/<location>.+<\/location>/<location>$reldir\/$rver\/$filename<\/location>/; 
     29  $newxml =~ s/<location>.+<\/location>/<location>$reldir$rver\/$filename<\/location>/; 
    3030  open FH, ">$moddir/module.xml"; 
    3131  print FH $newxml;