Changeset 7426 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 11/25/05 11:17:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7344 r7426 94 94 todofiles=`ls -r $listpath/ToDo-$table-$column-*` 95 95 96 echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&196 #echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1 97 97 98 98 for todofile in ${todofiles[@]} … … 192 192 then 193 193 echo "no ccfile found for run "$runno >> $scriptlog 2>&1 194 break 194 break 2 195 195 fi 196 196 echo "cacofile: "$cacofile >> $scriptlog 2>&1 … … 211 211 continue 212 212 else 213 echo "cacofile: "$cacofile >> $scriptlog 2>&1 213 214 break 214 echo "cacofile: "$cacofile >> $scriptlog 2>&1215 215 fi 216 216 done
Note:
See TracChangeset
for help on using the changeset viewer.