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.
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 likeexport PATH="/usr/bin:/usr/share/patric-cli/deployment/bin:$PATH"
? This probably affect most of the scripts.