Changeset 1300


Ignore:
Timestamp:
05/08/11 17:39:03 (2 years ago)
Author:
bruno
Message:
  • Remove useless " in a for loop which were preventing flies to be handled correctly (Fix from Kevin E. Thorpe" <kevin.thorpe_at_utoronto.ca)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/md2mb/devel/md2mb/bin/md2mb.pl

    r1141 r1300  
    5959$outputfile="$newroot" if ($destname =~ /^\s*$/); 
    6060if (-d $File::Find::name) { 
    61     my @files = (<"$File::Find::name"/cur/*>,<"$File::Find::name"/new/*>); 
     61    my @files = (<$File::Find::name/cur/*>,<$File::Find::name/new/*>); 
    6262    if (@files) { 
    6363        if ($debug) {  
Note: See TracChangeset for help on using the changeset viewer.