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

Use busybox compatible commands for completion #1487

Merged
merged 1 commit into from Feb 19, 2024

Conversation

nephros
Copy link

@nephros nephros commented Feb 14, 2024

The current shell-completion script uses some commands specific to GNU Coreutils, namely date and mv.

This proposes the following changes:

  • use portable call to date(1)
  • use plain stat(1) for ctime
  • don't use mv -u

in order to make the completion work on non-gnu-coreutils systems, e.g. ones using busybox.

 - use portable call to date(1)
 - use plain stat(1) for ctime
 - don't use mv -u
@dmach dmach merged commit 6080c5c into openSUSE:master Feb 19, 2024
12 checks 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.

None yet

2 participants