Changeset 7545 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/28/06 10:55:55 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7544 r7545  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/02/28 Daniela Dorner
     21
     22   * datacenter/scripts/insertdatasets:
     23     - made sure, that backupfiles of the editor are not taken into
     24       account, when dataset files are searched
     25
     26
     27
    2028 2006/02/27 Thomas Bretz
    2129
  • trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets

    r7486 r7545  
    5454
    5555# get all datasetfiles
    56 datasetfiles=(`ls $datasetpath/*/*`)
     56datasetfiles=(`ls $datasetpath/*/*.txt`)
    5757echo "datasetfiles: "${datasetfiles[@]}  >> $scriptlog 2>&1
    5858echo "" >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.