Changeset 7139 for trunk/MagicSoft
- Timestamp:
- 06/07/05 11:52:41 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7138 r7139 21 21 22 22 -*-*- END OF LINE -*-*- 23 2005/06/06 Daniela Dorner 24 25 * datacenter/scripts/runstar, runcallisto: 26 - fixed bug in filenumber calculation 27 28 29 23 30 2005/06/06 Daniela Dorner 24 31 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7124 r7139 111 111 echo "pno: "$pno 112 112 nofiles=`expr $lines / \( $pno - 1 \)` 113 nofiles=`expr $nofiles + 1 ` 113 114 echo "number of files: "$nofiles >> $scriptlog 2>&1 114 115 echo "deviding todo-file" >> $scriptlog 2>&1 -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7120 r7139 106 106 echo "pno: "$pno 107 107 nofiles=`expr $lines / \( $pno - 1 \)` 108 nofiles=`expr $nofiles + 1 ` 108 109 echo "number of files: "$nofiles >> $scriptlog 2>&1 109 110 echo "deviding todo-file" >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.