- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7944 r7954 73 73 buildsequentriespath=$logpath/$program/$year2 74 74 makedir $buildsequentriespath >> $scriptlog 2>&1 75 buildsequen ceentrieslog=$buildsequentriespath/buildsequenceentries-$date.log75 buildsequentrieslog=$buildsequentriespath/buildsequenceentries-$date.log 76 76 77 77 setstatus "start" >> $scriptlog 2>&1 78 78 79 check1=`root -q -b $macrospath/buildsequenceentries.C+\("\"$date\""\,"\"$datapath\""\,"\"$sequpath\""\,kFALSE\) | tee $buildseque entrieslog | grep int | sed -e 's/(int)//'`79 check1=`root -q -b $macrospath/buildsequenceentries.C+\("\"$date\""\,"\"$datapath\""\,"\"$sequpath\""\,kFALSE\) | tee $buildsequentrieslog | intgrep` 80 80 81 81 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.