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

Update mkinitcpio #136

Closed
wants to merge 1 commit into from
Closed

Conversation

jay-wilkinson
Copy link
Contributor

Fixed minor typo.

Fixed minor typo.
@archlinux-github
Copy link

This project is a read-only mirror of: https://gitlab.archlinux.org/archlinux/mkinitcpio, please submit your work there.

This comment was generated by github-pull-closer.

cmm1107 pushed a commit to cmm1107/mkinitcpio that referenced this pull request Nov 22, 2023
…h add_binary

Executables that are actually only scripts require the binary that is
specified in the shebang to be able run.

The `add_binary` function will only warn and not automatically include the
required interpreter.
This is because with things like `#!/bin/sh`, it may be better to use the
`base` hook that provides it instead of pulling in the `bash` binary.
Also it is possible that the interpreter is simply added after the binary
that requires it. That is why it says "Possibly missing".

Fixes archlinux#136.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants