Changeset 125


Ignore:
Timestamp:
Sep 1, 2010, 12:32:05 PM (15 years ago)
Author:
dmik
Message:

env.cmd; Stupid typos.'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/env.cmd

    r123 r125  
    9191
    9292if (\fMake) then do
    93     if (G.PATH_TOOL_KLIBC_DEBUG \== '' & \fLibcDebug) then do
     93    if (G.PATH_TOOL_KLIBC_DEBUG \== '' & fLibcDebug) then do
    9494        address 'cmd' 'set LIBPATHSTRICT=T'
    9595        call EnvAddFront 'BEGINLIBPATH', G.PATH_TOOL_KLIBC_DEBUG
     
    9797    end
    9898    else
    99     if (G.PATH_TOOL_KLIBC_LOGCHK \== '' & \fLibcLogChk) then do
     99    if (G.PATH_TOOL_KLIBC_LOGCHK \== '' & fLibcLogChk) then do
    100100        address 'cmd' 'set LIBPATHSTRICT=T'
    101101        call EnvAddFront 'BEGINLIBPATH', G.PATH_TOOL_KLIBC_LOGCHK
Note: See TracChangeset for help on using the changeset viewer.