We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a develop I found that the cp -n flag has changed with newer versions of cp
All
Ubuntu 24.04
command: install
A new error is popping up for Ubuntu 24.04 cp: warning: behaviour of -n is non-portable and may change in future; use --update=none instead
cp: warning: behaviour of -n is non-portable and may change in future; use --update=none instead
This is an annoying message and we need to find out which versions of distros should now use --update=none or older -n flag
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058752
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User story
As a develop I found that the cp -n flag has changed with newer versions of cp
Game
All
Linux distro
Ubuntu 24.04
Command
command: install
Further information
A new error is popping up for Ubuntu 24.04
cp: warning: behaviour of -n is non-portable and may change in future; use --update=none instead
This is an annoying message and we need to find out which versions of distros should now use --update=none or older -n flag
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058752
Relevant log output
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: