Commit e5de921
committed
minor #4949 Fixed build readme on Windows fails if using Git Bash (Mintty) (8ctopus)
This PR was merged into the 2.15 branch.
Discussion
----------
Fixed build readme on Windows fails if using Git Bash (Mintty)
Git on Windows comes with Git Bash which uses Mintty.
In Git Bash the command to update the README.rst `php php-cs-fixer readme > README.rst` fails with error:
```
$ php php-cs-fixer readme > README.rst
stdout is not a tty
```
This modest contribution fixes it in Git Bash but also works in the regular command line.
Commits
-------
8e39a0a Fixed build readme on Windows fails if using Git Bash (Mintty)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments