]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make def-check.pl work with Windows git-bash perl 1319/head
authorunknown <ghudson@mit.edu>
Tue, 24 Oct 2023 01:29:14 +0000 (18:29 -0700)
committerGreg Hudson <ghudson@mit.edu>
Tue, 31 Oct 2023 02:14:07 +0000 (22:14 -0400)
commitc20251dafd6120fa08c76b19315cb9deb1a1b24e
treedd6458082948319a6bc250572f52009d0369a4a7
parent6436a3808061da787a43c6810f5f0370cdfb6e36
Make def-check.pl work with Windows git-bash perl

The version of Perl included in git-bash does not translate line
endings or filter out the end-of-file marker when reading from files
in text mode.  Adjust def-check.pl to work in this environment.
src/util/def-check.pl