changeset 2790:0dd013f4edab

(make_path): Quote the other instance, too.
author Jim Meyering <jim@meyering.net>
date Sun, 30 Jul 2000 16:24:51 +0000
parents 0a785f9ebe54
children a5fe716e8136
files lib/makepath.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/makepath.c	Sat Jul 29 17:11:33 2000 +0000
+++ b/lib/makepath.c	Sun Jul 30 16:24:51 2000 +0000
@@ -370,7 +370,7 @@
       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)
 	{