Changeset 8534
- Timestamp:
- 05/22/07 11:26:12 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8533 r8534 18 18 19 19 -*-*- 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 20 31 21 32 2007/05/21 Daniela Dorner -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r8527 r8534 146 146 rm -v $todofile 147 147 fi 148 if ls $lockfile >/dev/null 2>&1148 if ! [ "$lockfile" = "" ] && ls $lockfile >/dev/null 2>&1 149 149 then 150 150 rm -v $lockfile -
trunk/MagicSoft/Mars/steps.rc
r8527 r8534 255 255 #MCRunProcessStatus.fCameraFileAvail: 256 256 MCRunProcessStatus.fCameraFileAvail.Default: no 257 MCRunProcessStatus.fCameraFileAvail.Needs: MCRunProcessStatus.fReflectorFile FileAvail257 MCRunProcessStatus.fCameraFileAvail.Needs: MCRunProcessStatus.fReflectorFileAvail 258 258 #MCRunProcessStatus.fCameraFileAvail.Influences: 259 259 MCRunProcessStatus.fCameraFileAvail.Reset: yes
Note:
See TracChangeset
for help on using the changeset viewer.