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

Do not depend on the exact location of the 'sh' interpreter #1089

Closed
wants to merge 1 commit into from

Commits on Jan 8, 2022

  1. Do not depend on the exact location of the 'sh' interpreter

    Some Unix systems do not have sh at the specified location: `/bin/sh`.
    
    Using `/usr/bin/env sh` instead uses the `sh` executable from users `$PATH`,
    which should be more portable.
    
    See: https://en.wikipedia.org/wiki/Shebang_(Unix)#Portability
    utdemir committed Jan 8, 2022
    Copy the full SHA
    2030762 View commit details
    Browse the repository at this point in the history