summaryrefslogtreecommitdiff
path: root/lib/makepath.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-30 16:24:51 +0000
committerJim Meyering <jim@meyering.net>2000-07-30 16:24:51 +0000
commiteb128f8a490e121570b4aa4e7dbfd1ba6245db37 (patch)
tree0448583da657e2c6e3afcd6e16e47fbc8b495bd8 /lib/makepath.c
parent395e6c592ad441c3f06ee0a4eba31f86bb012a0d (diff)
downloadcoreutils-eb128f8a490e121570b4aa4e7dbfd1ba6245db37.tar.xz
(make_path): Quote the other instance, too.
Diffstat (limited to 'lib/makepath.c')
-rw-r--r--lib/makepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makepath.c b/lib/makepath.c
index 55011d58b..1dc5dae5f 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)
{