Changeset 9284 for trunk/tools
- Timestamp:
- Sep 20, 2002, 7:04:38 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9238 r9284 1 /* $Id: buildenv.cmd,v 1.3 4 2002-09-14 16:37:11bird Exp $1 /* $Id: buildenv.cmd,v 1.35 2002-09-20 05:04:38 bird Exp $ 2 2 * 3 3 * This is the master tools environment script. It contains environment … … 27 27 * Version 28 28 */ 29 sVersion = '1.0. 7 [2002-09-04]';29 sVersion = '1.0.8 [2002-09-15]'; 30 30 31 31 /* … … 2240 2240 parse arg sToolId,sOperation,fRM,fQuiet,cols,rows 2241 2241 2242 if (pos('install', sOperation) > 0 ) then2242 if (pos('install', sOperation) > 0 & pos('uninstall', sOperation) <= 0) then 2243 2243 do 2244 2244 say "ok!"
Note:
See TracChangeset
for help on using the changeset viewer.