Skip to content

Conversation

mknos
Copy link
Contributor

@mknos mknos commented Jun 5, 2024

  • Remove non-standard -l alias for -L which is not supported by OpenBSD or NetBSD versions
  • The usage string never documented -l so users were theoretically not aware of it
  • The code being deleted possibly had a bug where -I option would set $o{l} to 1 but only the value of $o{L} was being used in the main loop

* Remove non-standard -l alias for -L which is not supported by OpenBSD or NetBSD versions
* The code being deleted possibly had a bug where -I option would set $o{l} to 1 but only the value of $o{L} was being used in the main loop
@github-actions github-actions bot added Type: enhancement improve a feature that already exists Priority: low get to this whenever Program: xargs The xargs program labels Jun 5, 2024
@briandfoy briandfoy self-assigned this Jun 5, 2024
@briandfoy
Copy link
Owner

changes: remove hidden alias -l for -L since it's not a BSD option

@briandfoy briandfoy merged commit 6414320 into briandfoy:master Jun 5, 2024
@briandfoy
Copy link
Owner

Ah heck, I merged before approving, but this is approved.

@briandfoy briandfoy added Status: accepted The fix is accepted and removed Priority: low get to this whenever labels Jun 5, 2024
@briandfoy briandfoy added Status: released there is a new release with this fix and removed Status: accepted The fix is accepted labels Sep 30, 2024
@briandfoy briandfoy added the Type: compatability make it work like GNU or BSD label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Program: xargs The xargs program Status: released there is a new release with this fix Type: compatability make it work like GNU or BSD Type: enhancement improve a feature that already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants