PATRIC3 / PATRIC-distribution

For distributing patric related code
27 stars 4 forks source link

export error on bash for windows #5

Open Adrian-Cantu opened 6 years ago

Adrian-Cantu commented 6 years ago

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.