X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e2b3986edaa262ad49c3ef74a75518611776c2cf..0be45d32255d83c410aad4e34560c478917ee6c4:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 5298371bd1..2a40b50ec1 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -49,163 +49,172 @@ EOF IFS=$'\n' read -a ignores -r -d $'\000' <.licenseignore || true result=0 -git ls-files -z ${@} | \ - while read -rd $'\000' fnm + +coproc git ls-files -z ${@}