From 76368237de9cfd7ba86350b1163305941483ea2e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Jul 2000 16:24:51 +0000 Subject: [PATCH] (make_path): Quote the other instance, too. --- lib/makepath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/makepath.c b/lib/makepath.c index 55011d58b9..1dc5dae5f1 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -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) { -- 2.30.2