From 44642d1ec15edf4a4448085849105ec93fa01ef2 Mon Sep 17 00:00:00 2001 From: Simon B Date: Sun, 6 May 2012 13:18:35 +0200 Subject: ln: support -T and -v function old new delta ln_main 445 524 +79 packed_usage 29182 29179 -3 Signed-off-by: Simon B Signed-off-by: Denys Vlasenko --- libbb/remove_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/remove_file.c') diff --git a/libbb/remove_file.c b/libbb/remove_file.c index c6531a0b9..5b75f7f30 100644 --- a/libbb/remove_file.c +++ b/libbb/remove_file.c @@ -33,7 +33,7 @@ int FAST_FUNC remove_file(const char *path, int flags) int status = 0; if (!(flags & FILEUTILS_RECUR)) { - bb_error_msg("%s: is a directory", path); + bb_error_msg("'%s' is a directory", path); return -1; } -- cgit v1.2.3