Changeset 731


Ignore:
Timestamp:
May 13, 2010, 11:42:15 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

mkdir-p.cmd: Accept paths with trailing and duplicate slashes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/mkdir-p.cmd

    r562 r731  
    4444    call directory curdir
    4545    do i = todo.0 to 1 by -1
     46
     47
    4648        if (i < todo.0 | (base \== '' & right(base,1) \== '\' &,
    4749                                        right(base,1) \== ':')) then
Note: See TracChangeset for help on using the changeset viewer.