diff options
Diffstat (limited to 'libbb/make_directory.c')
-rw-r--r-- | libbb/make_directory.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbb/make_directory.c b/libbb/make_directory.c index 7826b90f5..89352ca1f 100644 --- a/libbb/make_directory.c +++ b/libbb/make_directory.c | |||
@@ -99,6 +99,10 @@ int FAST_FUNC bb_make_directory(char *path, long mode, int flags) | |||
99 | if (!c) { | 99 | if (!c) { |
100 | goto ret0; | 100 | goto ret0; |
101 | } | 101 | } |
102 | } else { | ||
103 | if (flags & FILEUTILS_VERBOSE) { | ||
104 | printf("created directory: '%s'\n", path); | ||
105 | } | ||
102 | } | 106 | } |
103 | 107 | ||
104 | if (!c) { | 108 | if (!c) { |