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

More robust check of bash version #2639

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 29, 2023

  1. More robust check of bash version

    Specifically on windows with git-bash, where python is the normal windows python install
    
    Also use `--norc` flag to avoid recursively loading .bashrc (which can happen when the click completion loading does not work properly)
    koliyo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c6d8370 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    koliyo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    23cdc4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15c5412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    856d4d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db0a63f View commit details
    Browse the repository at this point in the history