diff options
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r-- | modutils/modprobe-small.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 53b7c9468..cf22b9471 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -402,7 +402,7 @@ static void write_out_dep_bb(int fd) | |||
402 | 402 | ||
403 | if (rename(DEPFILE_BB".new", DEPFILE_BB) != 0) { | 403 | if (rename(DEPFILE_BB".new", DEPFILE_BB) != 0) { |
404 | err: | 404 | err: |
405 | bb_perror_msg("can't create %s", DEPFILE_BB); | 405 | bb_perror_msg("can't create '%s'", DEPFILE_BB); |
406 | unlink(DEPFILE_BB".new"); | 406 | unlink(DEPFILE_BB".new"); |
407 | } else { | 407 | } else { |
408 | ok: | 408 | ok: |