- Timestamp:
- Feb 26, 2000, 9:21:20 PM (26 years ago)
- 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:09bird Exp $1 /* $Id: configure.cmd,v 1.8 2000-02-26 20:21:20 bird Exp $ 2 2 * 3 3 * Configuration script. … … 86 86 call stream sIncFile, 'c', 'close'; 87 87 88 if (fInteractive = 0) then88 if (fInteractive = 1) then 89 89 do 90 90 say 'Configuration completed!' … … 134 134 do 135 135 say sEnv; 136 if (fInteractive ) then137 pull sPath;136 if (fInteractive = 1) then 137 sPath = linein(); 138 138 else 139 139 say '!ignored!';
Note:
See TracChangeset
for help on using the changeset viewer.