Changeset 3668 for trunk/tools/install


Ignore:
Timestamp:
Jun 8, 2000, 12:33:20 AM (25 years ago)
Author:
bird
Message:

Added close on the ..\..\changelog file after it has been copied into the
odininst.wis file. Else copying the changelog failes (I'm using 4OS2).
(Lineout probably opens the file read & write. While 4OS2 probably requires
the source file(s) in a copy statement not to be opened for write, and
hence tires to lock it for writing while. This failes and the copy failes..)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/install/odin.cmd

    r3649 r3668  
    188188logline = linein(changelog);
    189189end
     190call stream changelog, 'c', 'close';
     191
    190192rc = lineout(instfile, '</README>');
    191193rc = lineout(instfile, '</PAGE>');
Note: See TracChangeset for help on using the changeset viewer.