diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-10 12:22:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-10 12:22:58 +0000 |
commit | 4cc5661b4272519997daaa3b49ad9b8baf3c713d (patch) | |
tree | 59c6733bdd8885721c459b50e79a0e8ce9f03c81 /src | |
parent | 19a98e3edcd38d7acdcebb8b48f55a894f1d3d44 (diff) | |
download | coreutils-4cc5661b4272519997daaa3b49ad9b8baf3c713d.tar.xz |
(cp_option_init): s/use_mode/set_mode/
Diffstat (limited to 'src')
-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 ed5a4e940..8d8588100 100644 --- a/src/install.c +++ b/src/install.c @@ -217,7 +217,7 @@ cp_option_init (struct cp_options *x) x->recursive = 0; x->sparse_mode = SPARSE_AUTO; x->symbolic_link = 0; - x->use_mode = 1; + x->set_mode = 1; x->mode = 0755; x->umask_kill = 0; x->update = 0; |