See https://stackoverflow.com/questions/54258996/git-bash-string-parameter-with-at-start-is-being-expanded-to-a-file-pathpull/8191/head
parent
5ff1a3ab25
commit
9efcdba0d5
8 changed files with 49 additions and 6 deletions
@ -0,0 +1,7 @@ |
||||
## `//` is now allowed as a function id for `meson rewrite`. |
||||
|
||||
msys bash may expand `/` to a path, breaking |
||||
`meson rewrite kwargs set project / ...`. Passing `//` will be converted to |
||||
`/` by msys bash but in order to keep usage shell-agnostic, also allow `//` |
||||
as the id such that `meson rewrite kwargs set project // ...` will work in |
||||
both msys bash and other shells. |
Loading…
Reference in new issue