diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-14 07:55:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-14 07:55:32 +0000 |
commit | 6000585c855133d6852f1d06e20019ba944d605c (patch) | |
tree | 067838fcc45b5952c5ca71a608aef2a583e0c3bb /src/install.c | |
parent | 018984aae7d43fce511eced13956e51a91e87875 (diff) | |
download | coreutils-6000585c855133d6852f1d06e20019ba944d605c.tar.xz |
remove obsolete FIXME
Diffstat (limited to 'src/install.c')
-rw-r--r-- | src/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index b885fae86..049d7ab4b 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), |