X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..18d976b4701d76bdeb05e0fe3c1757060d3b8a2a:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index cf4e9bf181..857a9c8ebc 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -49,163 +49,169 @@ 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 ${@}