Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/libbb/make_directory.c

    r3232 r3621  
    100100                goto ret0;
    101101            }
     102        } else {
     103            if (flags & FILEUTILS_VERBOSE) {
     104                printf("created directory: '%s'\n", path);
     105            }
    102106        }
    103107
Note: See TracChangeset for help on using the changeset viewer.