Changeset 9284 for trunk/tools


Ignore:
Timestamp:
Sep 20, 2002, 7:04:38 AM (23 years ago)
Author:
bird
Message:

fixde mode bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/buildenv.cmd

    r9238 r9284  
    1 /* $Id: buildenv.cmd,v 1.34 2002-09-14 16:37:11 bird Exp $
     1/* $Id: buildenv.cmd,v 1.35 2002-09-20 05:04:38 bird Exp $
    22 *
    33 * This is the master tools environment script. It contains environment
     
    2727     * Version
    2828     */
    29     sVersion = '1.0.7 [2002-09-04]';
     29    sVersion = '1.0.8 [2002-09-15]';
    3030
    3131    /*
     
    22402240    parse arg sToolId,sOperation,fRM,fQuiet,cols,rows
    22412241
    2242     if (pos('install', sOperation) > 0) then
     2242    if (pos('install', sOperation) > 0 & pos('uninstall', sOperation) <= 0) then
    22432243    do
    22442244        say "ok!"
Note: See TracChangeset for help on using the changeset viewer.