Ignore:
Timestamp:
2023-09-19T19:30:35+12:00 (7 months ago)
Author:
anupama
Message:

Handier to sort the collections on Mac so that I can see them processed alphabetically and know when I'm getting to the end of diffcol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r38148 r38178  
    845845        closedir $collect_handle; # close handle to collect dir
    846846    }
    847    
     847
     848        @collections = sort @collections;
     849   
    848850    for my $collection (@collections) {
    849    
    850         my $model_os_for_collection = $model_os;       
     851       
     852        my $model_os_for_collection = $model_os;       
    851853        if($collection =~ m/Word-PDF-Enhanced/) {
    852854            print STDERR "**** Found windows-scripting collection for Windows only: collection Word-PDF-Enhanced\n";
Note: See TracChangeset for help on using the changeset viewer.