summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mv.c b/src/mv.c
index 6551b96f8..4b7bcb0b8 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -125,7 +125,7 @@ static void
cp_option_init (struct cp_options *x)
{
x->copy_as_regular = 0; /* FIXME: maybe make this an option */
- x->dereference = 0;
+ x->dereference = DEREF_NEVER;
x->force = 0;
x->failed_unlink_is_fatal = 1;
x->hard_link = 0;