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

export error on bash for windows #5

Open
Adrian-Cantu opened this issue Aug 8, 2018 · 0 comments
Open

export error on bash for windows #5

Adrian-Cantu opened this issue Aug 8, 2018 · 0 comments

Comments

@Adrian-Cantu
Copy link

p3-login return error "export: (x86)/Intel/iCLS: bad variable name". Bash for windows populates $PATH with some default folders that contain spaces, so the line export PATH=/usr/bin:/usr/share/patric-cli/deployment/bin:$PATH breaks. can you please change it to something like export PATH="/usr/bin:/usr/share/patric-cli/deployment/bin:$PATH" ? This probably affect most of the scripts.

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

No branches or pull requests

1 participant