| ... | @@ -11,6 +11,8 @@ git config core.abbrev 9 | ... | @@ -11,6 +11,8 @@ git config core.abbrev 9 |
| 11 | # git is mangling files on Windows by default. | 11 | # git is mangling files on Windows by default. |
| 12 | # This is the second bug I've tracked down to being caused by autocrlf. | 12 | # This is the second bug I've tracked down to being caused by autocrlf. |
| 13 | git config core.autocrlf false | 13 | git config core.autocrlf false |
| | 14 | # Too late; the files are already mangled. |
| | 15 | git checkout . |
| 14 | | 16 | |
| 15 | ZIGBUILDDIR="$(pwd)/build" | 17 | ZIGBUILDDIR="$(pwd)/build" |
| 16 | PREFIX="$ZIGBUILDDIR/dist" | 18 | PREFIX="$ZIGBUILDDIR/dist" |