(make_path): Quote the other instance, too.
authorJim Meyering <jim@meyering.net>
Sun, 30 Jul 2000 16:24:51 +0000 (16:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 30 Jul 2000 16:24:51 +0000 (16:24 +0000)
lib/makepath.c

index 55011d5..1dc5dae 100644 (file)
@@ -370,7 +370,7 @@ make_path (const char *argpath,
       umask (oldmask);
 
       if (verbose_fmt_string != NULL)
-       error (0, 0, verbose_fmt_string, dirpath);
+       error (0, 0, verbose_fmt_string, quote (dirpath));
 
       if (owner != (uid_t) -1 || group != (gid_t) -1)
        {