From 5b55669c7ae23fab0ef7d8ecb81a406d3d62cd5d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Aug 2000 20:49:44 +0000 Subject: [PATCH] (cp_option_init): Initialize to DEREF_ALWAYS, not `1'. --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.c b/src/install.c index 31d9346..3eb386d 100644 --- a/src/install.c +++ b/src/install.c @@ -188,7 +188,7 @@ static void cp_option_init (struct cp_options *x) { x->copy_as_regular = 1; - x->dereference = 1; + x->dereference = DEREF_ALWAYS; x->force = 1; /* If unlink fails, try to proceed anyway. */ -- 2.7.4