diff options
-rw-r--r-- | src/cp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -944,6 +944,7 @@ main (int argc, char **argv) case 'r': x.recursive = 1; x.copy_as_regular = 1; + x.dereference = DEREF_ALWAYS; break; case 'R': |
index : Erich/coreutils | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/cp.c | 1 |
@@ -944,6 +944,7 @@ main (int argc, char **argv) case 'r': x.recursive = 1; x.copy_as_regular = 1; + x.dereference = DEREF_ALWAYS; break; case 'R': |