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

Legend:

Unmodified
Added
Removed
  • 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.