Changeset 146


Ignore:
Timestamp:
Aug 29, 2009, 8:16:40 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

configure.cmd: Typo (tried to remove a non-existent directory and failed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r132 r146  
    18721872    if (aMask == '') then do
    18731873        rc = SysRmDir(aDir)
    1874         if (rc \= 0 & rc \= 2) then do
     1874        if (rc \= 0 & rc \= ) then do
    18751875            call SayErr 'FATAL: Could not remove directory '''aDir'''!'
    18761876            call SayErr 'SysRmDir returned 'rc
Note: See TracChangeset for help on using the changeset viewer.