Changeset 2917 for trunk/src


Ignore:
Timestamp:
Feb 26, 2000, 9:21:20 PM (26 years ago)
Author:
bird
Message:

Corrections!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/configure.cmd

    r2907 r2917  
    1 /* $Id: configure.cmd,v 1.7 2000-02-26 17:52:09 bird Exp $
     1/* $Id: configure.cmd,v 1.8 2000-02-26 20:21:20 bird Exp $
    22 *
    33 * Configuration script.
     
    8686        call stream sIncFile, 'c', 'close';
    8787
    88         if (fInteractive = 0) then
     88        if (fInteractive = 1) then
    8989        do
    9090            say 'Configuration completed!'
     
    134134    do
    135135        say sEnv;
    136         if (fInteractive) then
    137             pull sPath;
     136        if (fInteractive = 1) then
     137            sPath = linein();
    138138        else
    139139            say '!ignored!';
Note: See TracChangeset for help on using the changeset viewer.