summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-17 10:46:23 +0000
committerJim Meyering <jim@meyering.net>2005-12-17 10:46:23 +0000
commit7b08fdb1eb01a9f789423b722bf9752027eab802 (patch)
tree36b5c2431a32376a43f356ec8853484990553ec0 /src/install.c
parenteee9e3d07229e5d6b6821ecf097212c599b321a0 (diff)
downloadcoreutils-7b08fdb1eb01a9f789423b722bf9752027eab802.tar.xz
(cp_option_init): Don't set umask_kill member.
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index 116589a45..5c9067f3b 100644
--- a/src/install.c
+++ b/src/install.c
@@ -153,7 +153,6 @@ cp_option_init (struct cp_options *x)
x->mode = S_IRUSR | S_IWUSR;
x->stdin_tty = false;
- x->umask_kill = 0;
x->update = false;
x->verbose = false;
x->dest_info = NULL;