mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
(remove_cwd_entries): Quote one more file name.
This commit is contained in:
@@ -463,7 +463,7 @@ remove_cwd_entries (const struct rm_options *x)
|
||||
if (CLOSEDIR (dirp))
|
||||
{
|
||||
/* FIXME-someday: but this is actually the previously opened dir. */
|
||||
error (0, errno, "%s", full_filename ("."));
|
||||
error (0, errno, "%s", quote (full_filename (".")));
|
||||
status = RM_ERROR;
|
||||
}
|
||||
dirp = NULL;
|
||||
|
||||
Reference in New Issue
Block a user