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

[rofi-sensible-terminal] Use /bin/sh instead of /usr/bin/env bash #1478

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

Commits on Sep 26, 2021

  1. [rofi-sensible-terminal] Use /bin/sh instead of /usr/bin/env bash

    This script is fully POSIX-sh compatible, i.e. it's portable and can be
    run in any shell, not just bash. It's incorrect to assume that bash is
    available on every *nix system (it's not), but /bin/sh is.
    jirutka committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    34d5779 View commit details
    Browse the repository at this point in the history