]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(remove_cwd_entries): Quote one more file name.
authorJim Meyering <jim@meyering.net>
Sun, 30 Jul 2000 16:03:37 +0000 (16:03 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 30 Jul 2000 16:03:37 +0000 (16:03 +0000)
src/remove.c

index 6b8614fac0dca8fea2378cbc604f14786cd00a3a..65560db46df00238f0a8e1da9c0927e954197688 100644 (file)
@@ -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;