Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7138)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7139)
@@ -21,4 +21,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/06/06 Daniela Dorner
+
+   * datacenter/scripts/runstar, runcallisto:
+     - fixed bug in filenumber calculation
+
+
+
  2005/06/06 Daniela Dorner
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7138)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7139)
@@ -111,4 +111,5 @@
    echo "pno: "$pno
    nofiles=`expr $lines / \( $pno - 1 \)`
+   nofiles=`expr $nofiles + 1 `
    echo "number of files: "$nofiles >> $scriptlog 2>&1
    echo "deviding todo-file" >> $scriptlog 2>&1
Index: trunk/MagicSoft/Mars/datacenter/scripts/runstar
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7138)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7139)
@@ -106,4 +106,5 @@
    echo "pno: "$pno
    nofiles=`expr $lines / \( $pno - 1 \)`
+   nofiles=`expr $nofiles + 1 `
    echo "number of files: "$nofiles >> $scriptlog 2>&1
    echo "deviding todo-file" >> $scriptlog 2>&1
