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 goenv install for 1.3.1 and later #13

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

Commits on Sep 5, 2014

  1. Fix goenv install for 1.3.1

    There was a problem with the vercomp function that caused it to echo
    more than once for some comparisons.  This would appear to be a side
    effect of changing the stackoverflow function to echo instead of using
    return value.
    
    Comparing 1.2 and 1.3.1 is one of the cases that was echoing more than
    once.  This then caused the test for `"$rtn" == "1"` to be false, which
    meant that it was trying to use the old source URL.
    alext committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    5d6406a View commit details
    Browse the repository at this point in the history