}
if (x->verbose)
- printf (_("removing %s\n"), full_filename (pathname));
+ printf (_("removing %s\n"), quote (full_filename (pathname)));
if (unlink (pathname) && (errno != ENOENT || !x->ignore_missing_files))
{
if (x->verbose)
printf (_("removing all entries of directory %s\n"),
- full_filename (dir_name));
+ quote (full_filename (dir_name)));
/* Save cwd if needed. */
if (need_save_cwd && save_cwd (&cwd))
if (x->verbose)
printf (_("removing the directory itself: %s\n"),
- full_filename (dir_name));
+ quote (full_filename (dir_name)));
if (rmdir (dir_name) && (errno != ENOENT || !x->ignore_missing_files))
{