From 6000585c855133d6852f1d06e20019ba944d605c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 14 Jun 2005 07:55:32 +0000 Subject: [PATCH] remove obsolete FIXME --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.c b/src/install.c index b885fae864..049d7ab4b0 100644 --- a/src/install.c +++ b/src/install.c @@ -423,7 +423,7 @@ install_file_in_file_parents (char const *from, char const *to, that this option is intended mainly to help installers when the distribution doesn't provide proper install rules. */ mode_t dir_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; - bool different_cwd; /* FIXME: use this */ + bool different_cwd; ok = make_dir_parents (dest_dir, dir_mode, dir_mode, owner_id, group_id, true, (x->verbose ? _("creating directory %s") : NULL), -- 2.47.3