mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
66ee373373
Prevent a panic in `cp -a` when the target of a hard link already exists in the target directory structure. For example, $ mkdir -p src dest/src $ touch src/f dest/src/f $ ln src/f src/link $ cp -a src dest The `cp` command now succeeds without error. |
||
---|---|---|
.. | ||
macros.rs | ||
mod.rs | ||
random.rs | ||
util.rs |