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
apply_copyright
Running apple_copyright from within the root of the package on macOS 14 gives me the following error
apple_copyright
src/build_utils/license/apply_copyright xargs: invalid option -- i usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument ...]] xargs: invalid option -- i usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument ...]]
I believe this is assuming a GNU/Linux configuration of xargs which is not compatible with the BSD/Darwin version of xargs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
apple_copyright
from within the root of the package on macOS 14 gives me the following errorI believe this is assuming a GNU/Linux configuration of xargs which is not compatible with the BSD/Darwin version of xargs
The text was updated successfully, but these errors were encountered: