Changeset 2801


Ignore:
Timestamp:
Aug 29, 2006, 1:01:57 AM (19 years ago)
Author:
bird
Message:

removed superfluous do in DirExists. Fixes #110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/env.cmd

    r2658 r2801  
    577577    if (rc = 0 & sDirs.0 = 1) then
    578578        return 1;
    579     if (sComplain <> '') then do
     579    if (sComplain <> '') then
    580580        say sComplain ''''sDir'''.';
    581581return 0;
Note: See TracChangeset for help on using the changeset viewer.