Ignore:
Timestamp:
2000-08-25T16:30:00+12:00 (24 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/build

    r1438 r1452  
    6060    open (OUT, ">$out") || die "Couldn't open output file $out\n";
    6161    $out = "OUT";
     62   
     63    # delete any existing .final file
     64    &util::rm ("$outfile.final") if -e "$outfile.final";
     65
    6266    $use_out = 1;
    6367}
Note: See TracChangeset for help on using the changeset viewer.