(cp_option_init): Initialize to DEREF_ALWAYS, not `1'.
authorJim Meyering <jim@meyering.net>
Sun, 20 Aug 2000 20:49:44 +0000 (20:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Aug 2000 20:49:44 +0000 (20:49 +0000)
src/install.c

index 31d9346..3eb386d 100644 (file)
@@ -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.  */