diff options
Diffstat (limited to 'init/bootchartd.c')
-rw-r--r-- | init/bootchartd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index 4377d90..750f673 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c @@ -208,7 +208,7 @@ static char *make_tempdir(void) bb_perror_msg_and_die("can't %smount tmpfs", "un"); } #else - bb_perror_msg_and_die("can't create temporary directory"); + bb_simple_perror_msg_and_die("can't create temporary directory"); #endif } else { xchdir(tempdir); |