1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00
uutils-coreutils/src
Jeffrey Finkelstein cd3f7b89a7 cp: make cp -a not fail on Windows
Before this commit, `cp -a` would terminate with a non-zero status
code on Windows because there are no extended attributes (xattr) to
copy. However, the GNU documentation for cp states

> Try to preserve SELinux security context and extended attributes
> (xattr), but ignore any failure to do that and print no
> corresponding diagnostic.

so it seems reasonable to do nothing instead of exiting with an error
in this case.
2022-10-23 00:03:26 -04:00
..
bin docs: fix usage string since clap 4 2022-10-15 22:30:52 +02:00
uu cp: make cp -a not fail on Windows 2022-10-23 00:03:26 -04:00
uucore Merge pull request #4014 from tertsdiepraam/ls-windows-permissions 2022-10-22 10:21:43 +02:00
uucore_procs expr: update to clap 4 and remove custom argument parsing 2022-10-13 17:50:29 +02:00