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

tests: /bin/bash -> /usr/bin/env bash #1470

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Commits on Feb 16, 2022

  1. tests: /bin/bash -> /usr/bin/env bash

    This uses `bash` from the user's `$PATH`, which is (usually) preferable
    to hardcoding a particular `bash` location:
    https://unix.stackexchange.com/questions/29608/why-is-it-better-to-use-usr-bin-env-name-instead-of-path-to-name-as-my
    
    Selfishly, without this change these scripts don't work on NixOS.
    
    Signed-off-by: Zachary Newman <z@znewman.net>
    znewman01 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7a44d77 View commit details
    Browse the repository at this point in the history