Changeset 5018 for trunk/tools


Ignore:
Timestamp:
Jan 23, 2001, 4:32:18 PM (25 years ago)
Author:
bird
Message:

Corrected syntax error.

File:
1 edited

Legend:

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

    r5012 r5018  
    1 /* $Id: BldLevelInf.cmd,v 1.3 2001-01-22 20:25:01 phaller Exp $
     1/* $Id: BldLevelInf.cmd,v 1.4 2001-01-23 15:32:18 bird Exp $
    22 *
    33 * Adds a Description string to the given .def-file.
     
    66 */
    77
    8 if RxFuncQuery('SysLoadFuncs'=0 THEN
    9 DO
    10   call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';
    11   call SysLoadFuncs;
    12 END
     8if (RxFuncQuery('SysLoadFuncs') = 0) then
     9do
     10    call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs';
     11    call SysLoadFuncs;
     12end
     13
    1314
    1415/*
Note: See TracChangeset for help on using the changeset viewer.