Skip to content

cp: symlink flags fixing conflicting flag logic to use last flag#9960

Merged
cakebaker merged 2 commits into
uutils:mainfrom
Dylans123:cp-ordering
Jan 1, 2026
Merged

cp: symlink flags fixing conflicting flag logic to use last flag#9960
cakebaker merged 2 commits into
uutils:mainfrom
Dylans123:cp-ordering

Conversation

@Dylans123

Copy link
Copy Markdown
Contributor

In this issue, #9954 when multiple flags are specified the uutils implementation differs from the GNU implementation. This uses the overrides with all method to make sure that the last flag specified is the only one that ends up being set.

@cakebaker cakebaker merged commit 9cf774b into uutils:main Jan 1, 2026
129 checks passed
@cakebaker

Copy link
Copy Markdown
Contributor

Thanks for your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cp: when multiple flags are specified only the final one should take effect

2 participants