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