Changeset 7799 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
07/22/06 21:26:05 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7798 r7799  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/07/22 Thomas Bretz
     21
     22   * datacenter/scripts/runstar:
     23     - added -r to sort ToDo-files such that the newest sequences
     24       are processed first
     25
     26
     27
    2028 2006/07/21 Daniela Dorner
    2129
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r7486 r7799  
    7575nr=bla
    7676echo "finding the right todo-file" >> $scriptlog 2>&1
    77 todofiles=`ls $listpath/ToDo-$table-$column-*`
     77todofiles=`ls -r $listpath/ToDo-$table-$column-*`
    7878
    7979for todofile in ${todofiles[@]}
Note: See TracChangeset for help on using the changeset viewer.