Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Check how gunzip can end up with #!/usr/bin/bash as the interpreter #24

Open
danielhams opened this issue Nov 3, 2019 · 1 comment
Open

Comments

@danielhams
Copy link
Owner

Spotted by thor, unintentional bash being picked up.

@danielhams
Copy link
Owner Author

Basically for certain packages (gunzip, liblzma seen as problems) - if there is a /bin/bash on the build host they'll use that as the invocation script instead of a standard IRIX shell like /bin/ksh.

Quick fix: Edit the /usr/didbs/VERSION/bin/gunzip script and change the shell to /bin/ksh.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant