summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/install.c2
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;