1
0
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:
Jim Meyering
1998-06-27 04:39:25 +00:00
parent de45950430
commit d200f4974b
+1 -1
View File
@@ -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))
{