Ignore:
Timestamp:
02/03/06 19:05:45 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r7477 r7479  
    5050
    5151
     52function finish()
     53{
     54   rm -v $todofile
     55   rm -v $lockfile
     56   date
     57   exit
     58}
     59
    5260function makedir()
    5361{
     
    5866     then
    5967        echo "could not make dir "$@
    60         exit
     68        finish
    6169     fi
    6270   fi
    63 }
    64 
    65 function finish()
    66 {
    67    rm -v $todofile
    68    rm -v $lockfile
    69    date
    70    exit
    7171}
    7272
Note: See TracChangeset for help on using the changeset viewer.