X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5ee93e408c0e547dfb03b2f3d039a7715126395b..a9435ce3d745bef944e739d672efc9108253a296:/build/package-testing/deb-common-test-packages.sh diff --git a/build/package-testing/deb-common-test-packages.sh b/build/package-testing/deb-common-test-packages.sh index 32fb2009e1..cb9d538e8e 100755 --- a/build/package-testing/deb-common-test-packages.sh +++ b/build/package-testing/deb-common-test-packages.sh @@ -50,7 +50,7 @@ if [[ "$DEBUG" != "0" ]]; then while read so && [ -n "$so" ]; do echo echo "== Packages dependencies for $so ==" - ldd "$so" | awk '($3 ~ /^\//){print $3}' | sort -u | xargs dpkg -S | cut -d: -f1 | sort -u + ldd "$so" | awk '($3 ~ /^\//){print $3}' | sort -u | xargs -r dpkg -S | cut -d: -f1 | sort -u done <