Changeset 1150


Ignore:
Timestamp:
Sep 2, 2008, 12:59:52 AM (17 years ago)
Author:
John Small
Message:

CFGMGR: Change to using FM3INI env variable, if set to locate INI file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfgmgr.cmd

    r1144 r1150  
    308308      thisdir = thisdir || '\'
    309309   call directory thisdir
    310    fm2ini = value('FM2INI',,'OS2ENVIRONMENT')
     310   fm2ini = value('FM3INI',,'OS2ENVIRONMENT')
    311311   if fm2ini = '' then
    312312      if right(thisdir, 1) \= '\' then
Note: See TracChangeset for help on using the changeset viewer.