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

Fix init on failure to find PATH automatically #114

Merged
merged 1 commit into from
Nov 20, 2021

Commits on Nov 20, 2021

  1. Accept manual PATH and trim the input before use

    When setting PATH directory manually, because the automatic detection
    failed, bin enters a loop and never comes out of it. This change adds a
    break after accepting the input and breaks out of the loop.
    
    Also, the input seems to contain a newline at the end, which causes
    further installation of binaries to fail due to malformed binary path.
    In order to fix it, trimp white spaces from the given input before using
    it.
    darkowlzz committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    b18d36e View commit details
    Browse the repository at this point in the history