From 074e5b4b87f09f7a7ee130d2344a0976abd4ba97 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 17 Jun 2023 04:56:43 -0400 Subject: sbopkglint: nitpick. --- sbopkglint.d/15-noarch.t.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbopkglint.d') diff --git a/sbopkglint.d/15-noarch.t.sh b/sbopkglint.d/15-noarch.t.sh index 1d4c0fc..69aa552 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 -d "\n" ls -lb > .elfbins.$$ if [ "$ARCH" = "noarch" ]; then [ -s .elfbins.$$ ] && \ -- cgit v1.2.3