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

[rsynccp] Illegal option on macOS #1299

Closed
5 of 9 tasks
screendriver opened this issue Feb 1, 2022 · 0 comments · Fixed by #1300
Closed
5 of 9 tasks

[rsynccp] Illegal option on macOS #1299

screendriver opened this issue Feb 1, 2022 · 0 comments · Fixed by #1300
Labels

Comments

@screendriver
Copy link
Contributor

Environment details (Put x in the checkbox along with the information)

  • Operating System: macOS 12.1
  • Desktop Environment:
  • Terminal Emulator: kitty
  • Shell: zsh
  • Custom desktop opener (if applicable):
  • Program options used:
  • Configuration options set:
  • Plugins are installed: rsynccp
  • Issue exists on nnn master

Exact steps to reproduce the issue

When I install rsynccp and try to copy and paste a file within nnn I get following error message:

❯ nnn
xargs: illegal option -- a
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: illegal option -- a
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: illegal option -- a
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: illegal option -- a
usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]]
             [-J replstr] [-L number] [-n number [-x]] [-P maxprocs]
             [-s size] [utility [argument ...]]

It seems that macOS has a different xargs version that does not understand the option --a

N-R-K added a commit to N-R-K/nnn that referenced this issue Feb 1, 2022
@jarun jarun mentioned this issue Feb 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2022
cgxxv pushed a commit to cgxxv/nnn that referenced this issue May 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant