aboutsummaryrefslogtreecommitdiff
path: root/libbb/make_directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/make_directory.c')
-rw-r--r--libbb/make_directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/make_directory.c b/libbb/make_directory.c
index 01a864119..fbec4e20e 100644
--- a/libbb/make_directory.c
+++ b/libbb/make_directory.c
@@ -99,6 +99,6 @@ int bb_make_directory (char *path, long mode, int flags)
99 99
100 } while (1); 100 } while (1);
101 101
102 bb_perror_msg ("Cannot %s directory `%s'", fail_msg, path); 102 bb_perror_msg ("cannot %s directory '%s'", fail_msg, path);
103 return -1; 103 return -1;
104} 104}