mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-12 12:00:21 +02:00
(remove_file): Remove `non-directory' part of
`removing non-directory FILE' verbose message.
This commit is contained in:
+1
-1
@@ -625,7 +625,7 @@ remove_file (struct File_spec *fs, const struct rm_options *x)
|
||||
}
|
||||
|
||||
if (x->verbose)
|
||||
printf (_("removing non-directory %s\n"), full_filename (pathname));
|
||||
printf (_("removing %s\n"), full_filename (pathname));
|
||||
|
||||
if (unlink (pathname) && (errno != ENOENT || !x->ignore_missing_files))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user