gitconfig file truncated in new git revision

Gregory Anders greg at gpanders.com
Sat May 15 19:57:20 UTC 2021


The problem was that the file handle was not closed in the Portfile.  Adding

     close ${f}

fixes it.

Thanks @l2dy for the fix. I just opened a PR [1].

Greg

[1]: https://github.com/macports/macports-ports/pull/11027


More information about the macports-dev mailing list