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

Remove -n 1 argument from xargs in test script #348

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

matthew-e-brown
Copy link
Contributor

@matthew-e-brown matthew-e-brown commented Nov 23, 2023

--max-args (-n) is mutually exclusive with -I (since -I implies a single argument); using both causes a warning.

xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value

This just gets rid of that warning.

I'm looking to win the "most inconsequential pull request of all time" competition with this one 😛

--max-args (-n) is mutually exclusive with -I (since -I implies a single
argument); using both causes a warning.

This just gets rid of that warning.
@johannes-wolf johannes-wolf merged commit 696af25 into cetz-package:0.2.0 Nov 23, 2023
1 check passed
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.

2 participants