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 gopath #352

Merged
merged 5 commits into from
Sep 23, 2021
Merged

fix gopath #352

merged 5 commits into from
Sep 23, 2021

Conversation

commojun
Copy link
Contributor

@commojun commojun commented Sep 8, 2021

fixed gopath.

Since the last slash in GOPATH is unnecessary, the slash in PATH was doubled as in the example below.

$ echo $GOPATH
/home/commojun/go/
$ echo $PATH
... :/home/commojun/go//bin:/usr/local/go/bin: ...

This isn't a fatal problem in a normal shell, but Emacs wasn't able to correctly recognize duplicate slashes when using this PATH.

@commojun commojun changed the base branch from master to development September 8, 2021 15:49
@crramirez crramirez merged commit fe8213f into WhitewaterFoundry:development Sep 23, 2021
@crramirez
Copy link
Collaborator

Thank you for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants