Changeset 7139 for trunk


Ignore:
Timestamp:
06/07/05 11:52:41 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7138 r7139  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23 2005/06/06 Daniela Dorner
     24
     25   * datacenter/scripts/runstar, runcallisto:
     26     - fixed bug in filenumber calculation
     27
     28
     29
    2330 2005/06/06 Daniela Dorner
    2431
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r7124 r7139  
    111111   echo "pno: "$pno
    112112   nofiles=`expr $lines / \( $pno - 1 \)`
     113   nofiles=`expr $nofiles + 1 `
    113114   echo "number of files: "$nofiles >> $scriptlog 2>&1
    114115   echo "deviding todo-file" >> $scriptlog 2>&1
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r7120 r7139  
    106106   echo "pno: "$pno
    107107   nofiles=`expr $lines / \( $pno - 1 \)`
     108   nofiles=`expr $nofiles + 1 `
    108109   echo "number of files: "$nofiles >> $scriptlog 2>&1
    109110   echo "deviding todo-file" >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.