Changeset 7612 for trunk


Ignore:
Timestamp:
03/16/06 05:01:37 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7611 r7612  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/03/16 Daniela Dorner
     22
     23   * datacenter/scripts/sourcefile:
     24     - small bugfix in logging
     25
     26
    2027
    2128 2006/03/15 Stefan Ruegamer
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r7512 r7612  
    128128   # get todo list
    129129   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)//'`
    131131
    132132   case $check0 in
Note: See TracChangeset for help on using the changeset viewer.