X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/004c230cb750a3ad4a3d1e3928b266537e6d366e..dbbc5a9078c0fe88160729f3ca8f56673397b106:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index cf4e9bf181..ba08f34bcd 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 ${@}