ln: support -T and -v
function old new delta ln_main 445 524 +79 packed_usage 29182 29179 -3 Signed-off-by: Simon B <sburnet@hotmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user