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

Fixed syntax error on setenv calls. #297

Merged
merged 1 commit into from
Aug 5, 2016
Merged

Fixed syntax error on setenv calls. #297

merged 1 commit into from
Aug 5, 2016

Conversation

hjoelr
Copy link
Contributor

@hjoelr hjoelr commented Aug 5, 2016

While trying to understand how posh-git handles environment variables, I found a bug when removing the environment variables. The function calls were separating parameters out with commas when they should be separated by spaces.

@dahlbyk dahlbyk merged commit fce1135 into dahlbyk:master Aug 5, 2016
@dahlbyk
Copy link
Owner

dahlbyk commented Aug 5, 2016

Good catch!

@hjoelr hjoelr deleted the bugfix/setenv branch August 5, 2016 17:14
@hjoelr
Copy link
Contributor Author

hjoelr commented Aug 5, 2016

@dahlbyk No problem. Glad to give back.

I have some questions about the implementation of the SSH_AGENT_PID and SSH_AUTH_SOCK environment variables in posh-git and I'm trying to figure out where best to post those. Should I create an issue on them?

@dahlbyk
Copy link
Owner

dahlbyk commented Aug 5, 2016

I have some questions about the implementation of the SSH_AGENT_PID and SSH_AUTH_SOCK environment variables in posh-git and I'm trying to figure out where best to post those. Should I create an issue on them?

Yeah, opening an issue should get you the most 👀 on the question. Feel free to blame that part of the code - I don't remember who implemented that bit.

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.

2 participants