diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-17 10:46:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-17 10:46:23 +0000 |
commit | 7b08fdb1eb01a9f789423b722bf9752027eab802 (patch) | |
tree | 36b5c2431a32376a43f356ec8853484990553ec0 /src | |
parent | eee9e3d07229e5d6b6821ecf097212c599b321a0 (diff) | |
download | coreutils-7b08fdb1eb01a9f789423b722bf9752027eab802.tar.xz |
(cp_option_init): Don't set umask_kill member.
Diffstat (limited to 'src')
-rw-r--r-- | src/install.c | 1 |
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; |