From 8eb1056f0c67c68ac17789c13088b01cb90d087f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 26 Jun 2023 16:55:22 -0400 Subject: sbopkglint: fix boo-boo in noarch test. --- sbopkglint.d/15-noarch.t.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbopkglint.d/15-noarch.t.sh') diff --git a/sbopkglint.d/15-noarch.t.sh b/sbopkglint.d/15-noarch.t.sh index 69aa552..858b19e 100644 --- a/sbopkglint.d/15-noarch.t.sh +++ b/sbopkglint.d/15-noarch.t.sh @@ -10,7 +10,7 @@ # for packages that aren't noarch, recommend noarch if it looks like one. # the recommendation is not an error! -find * -type f -print0 | xargs -0 file -m /etc/file/magic/elf | grep ELF | cut -d: -f1 | xargs -d "\n" ls -lb > .elfbins.$$ +find * -type f -print0 | xargs -0 file -m /etc/file/magic/elf | grep ELF | cut -d: -f1 | xargs -rd "\n" ls -lb > .elfbins.$$ if [ "$ARCH" = "noarch" ]; then [ -s .elfbins.$$ ] && \ -- cgit v1.2.3