Changeset 361


Ignore:
Timestamp:
01/31/11 13:18:51 (13 years ago)
Author:
nanardon
Message:
  • oops
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Scan/RpmsPath.pm

    r360 r361  
    5353            $entry eq '.' and next; 
    5454            $entry eq '..' and next; 
    55             $list{$entry} = (stat("$path/$_"))[9]; 
     55            $list{$entry} = (stat("$path/$entry"))[9]; 
    5656        } 
    5757        closedir($dh); 
Note: See TracChangeset for help on using the changeset viewer.