Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning of deprecate use of cp -n #33

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

lbetz
Copy link
Contributor

@lbetz lbetz commented Apr 1, 2025

test -f "$TEMPLATES/$f" && cp -np "$TEMPLATES/$f" .

reports into log:
penvox_puppet.1.dikrnt7sb9k7@ds01 | cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead

@lbetz lbetz requested a review from a team as a code owner April 1, 2025 17:13
@lbetz lbetz requested a review from rwaffen April 1, 2025 17:16
@lbetz lbetz changed the title Fix warning of deprecete use of cp -n Fix warning of deprecate use of cp -n Apr 1, 2025
@lbetz lbetz requested a review from ekohl April 1, 2025 20:03
Copy link
Contributor

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The manpage says this should be correct, but I didn't test this myself

@ekohl ekohl merged commit 79c7a0f into OpenVoxProject:main Apr 3, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants