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

make build script compatible with busybox #3954

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cnt0
Copy link

@cnt0 cnt0 commented Mar 15, 2025

Busybox version of sort utility doesn't support --version-sort and --check CLI args, only their short alternatives (-V and -c, respectively).

Use the short alternatives to gain the busybox compatibility.

Fixes #3884

@ladybird-bot
Copy link
Collaborator

Hello!

One or more of the commit messages in this PR do not match the Ladybird code submission policy, please check the lint_commits CI job for more details on which commits were flagged and why.
Please do not close this PR and open another, instead modify your commit message(s) with git commit --amend and force push those changes to update this PR.

Busybox version of sort utility doesn't support --version-sort and
--check CLI args, only their short alternatives (-V and -c,
respectively).
Use the short alternatives to gain the busybox compatibility.
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.

Build scripts aren't compatible with busybox
2 participants