Changeset 40


Ignore:
Timestamp:
11/21/05 19:44:07 (19 years ago)
Author:
thauvin
Message:
  • put relative path to file for md5sum
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/scripts/transfert

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r39 r40  
    236236                        scalar(localtime), 
    237237                        $md5->hexdigest, 
    238                         $f; 
     238                        ($f =~ m!(?:.*/)?(.*)$!)[0]; 
    239239                close($fh); 
    240240            } else { 
     
    322322 
    323323    $Log$ 
     324    Revision 1.7  2005/11/21 18:44:07  thauvin 
     325    - put relative path to file for md5sum 
     326 
    324327    Revision 1.6  2005/11/21 18:04:46  thauvin 
    325328    - rework transfert, create md5sum file 
Note: See TracChangeset for help on using the changeset viewer.