From: Jim Meyering Date: Sun, 30 Jul 2000 16:24:51 +0000 (+0000) Subject: (make_path): Quote the other instance, too. X-Git-Tag: TEXTUTILS-2_0g~73 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=eb128f8a490e121570b4aa4e7dbfd1ba6245db37;p=thirdparty%2Fcoreutils.git (make_path): Quote the other instance, too. --- 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) {