X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7041d6b1812a107abe862b9e6194759474028b3e..14d8cfa18f28586ad296e3e598d0a2a536be0613:/build/check-copyright-notices diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 239a0c6ba0..857a9c8ebc 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -49,157 +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 ${@}