freebsd-src/bin/cp
Cameron Katri 97e1303791 cp: Make -P work without -R as per POSIX
According to POSIX, cp should allow the `-P` flag to work whether `-R`
is specified or not.  Currently, the `-P` option only works along with
`-R`.

PR:		199466
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D30012
2022-02-23 12:55:13 -06:00
..
tests cp: Make -P work without -R as per POSIX 2022-02-23 12:55:13 -06:00
cp.1 cp: Make -P work without -R as per POSIX 2022-02-23 12:55:13 -06:00
cp.c cp: Make -P work without -R as per POSIX 2022-02-23 12:55:13 -06:00
extern.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
Makefile cp: add some basic tests 2020-09-23 03:01:14 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
utils.c cp: fix indentation 2021-01-27 12:18:45 +01:00