X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d084ca24b06c598271844d2ba4c8c40f251c0999..a4959ce78b69f1f4e0e59e2458af8d11bc1d5510:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 5298371bd1..f087188991 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 ${@}