4 Commits

Author SHA1 Message Date
Christoph Reiter
e9007a72e6 filesystem: update icons, finish support for ucrt64/clang64
Fixes #2406
2021-03-31 19:46:53 +02:00
Tanzinul Islam
11ba641bed msys2_shell.cmd: Avoid argument splitting by cmd.exe (#1795)
Consider this inline invocation in a Windows Command Prompt:

```
C:\msys2\msys2_shell.cmd -defterm -no-start -mingw64 -here -c $@ -- echo hello there, --world=windows
```

This currently produces:

>hello there, --world windows

Note the absence of the `=` character. This is due to the word-splitting done by `cmd.exe` to form the positional parameters (`%1` - `%9`). The same word-splitting is not done on the `%*` special variable, so derive the remaining command line arguments.

With this fix, the above command produces:

>hello there, --world=windows
2020-01-13 07:46:14 +03:00
Orgad Shaneh
2c882a9dec Fix bad files
* ttf files have to be binary
* template file had \r\n stored in git
2017-07-03 17:59:39 +03:00
Alexpux
64ab63d831 Add gitattributes file 2013-12-13 15:16:32 +04:00