Changeset 7612 for trunk/MagicSoft/Mars
- Timestamp:
- 03/16/06 05:01:37 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7611 r7612 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/03/16 Daniela Dorner 22 23 * datacenter/scripts/sourcefile: 24 - small bugfix in logging 25 26 20 27 21 28 2006/03/15 Stefan Ruegamer -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7512 r7612 128 128 # get todo list 129 129 echo "getting todo list..." 130 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatus | grep int | sed -e 's/(int)//'`130 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'` 131 131 132 132 case $check0 in
Note:
See TracChangeset
for help on using the changeset viewer.