mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Use POSIX -R instead of -r in copy for better portability
In MacOS, -r will exit with 1 if any broken symlinks are encountered. -r is "implementation-defined" according to POSIX. -R is well defined.
This commit is contained in:
parent
5656bb8648
commit
4a71973e95