1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-04 03:55:51 +02:00

(make_path): Quote the other instance, too.

This commit is contained in:
Jim Meyering
2000-07-30 16:24:51 +00:00
parent 395e6c592a
commit eb128f8a49

View 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)
{