Changeset 8534


Ignore:
Timestamp:
05/22/07 11:26:12 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8533 r8534  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/05/22 Daniela Dorner
     22
     23   * datacenter/scripts/sourcefile:
     24     - adapted the function finish to avoid removing of non existing
     25       files in case the variable lockfile is empty
     26
     27   * steps.rc:
     28     - fixed typo
     29
     30
    2031
    2132 2007/05/21 Daniela Dorner
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r8527 r8534  
    146146      rm -v $todofile
    147147   fi
    148    if ls $lockfile >/dev/null 2>&1
     148   if ! [ "$lockfile" = "" ] && ls $lockfile >/dev/null 2>&1
    149149   then
    150150      rm -v $lockfile
  • trunk/MagicSoft/Mars/steps.rc

    r8527 r8534  
    255255#MCRunProcessStatus.fCameraFileAvail:
    256256MCRunProcessStatus.fCameraFileAvail.Default: no
    257 MCRunProcessStatus.fCameraFileAvail.Needs: MCRunProcessStatus.fReflectorFileFileAvail
     257MCRunProcessStatus.fCameraFileAvail.Needs: MCRunProcessStatus.fReflectorFileAvail
    258258#MCRunProcessStatus.fCameraFileAvail.Influences:
    259259MCRunProcessStatus.fCameraFileAvail.Reset: yes
Note: See TracChangeset for help on using the changeset viewer.