Skip to content

Doument POSIX path translation in MSYS2 #176

@mbland

Description

@mbland

Adding the following to go-core.bash would avoid some nasty surprises:

if [[ "$OSTYPE" == 'msys' ]]; then
  export MSYS_NO_PATHCONV='true'
  export MSYS2_ARG_CONV_EXCL='*'
fi

per: How to stop mingw and msys from mangling path names given at the command line? (Stack Overflow)

This may have ramifications for the ./go get command, though I'm not sure yet.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions