Changeset 7479 for trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 02/03/06 19:05:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7477 r7479 50 50 51 51 52 function finish() 53 { 54 rm -v $todofile 55 rm -v $lockfile 56 date 57 exit 58 } 59 52 60 function makedir() 53 61 { … … 58 66 then 59 67 echo "could not make dir "$@ 60 exit68 finish 61 69 fi 62 70 fi 63 }64 65 function finish()66 {67 rm -v $todofile68 rm -v $lockfile69 date70 exit71 71 } 72 72
Note:
See TracChangeset
for help on using the changeset viewer.