From 865232ff57ba08d3a156cc9aafd87cb26e0d6af9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 22 Jul 2024 07:34:45 +0200 Subject: [PATCH] don't spawn fd --- usr/lib/archboot/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index b3b557446..3258fd43c 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -249,7 +249,7 @@ _fix_network() { _create_archboot_db() { echo "Creating archboot repository db..." #shellcheck disable=SC2046 - LC_ALL=C.UTF-8 repo-add -q "${1}"/archboot.db.tar.gz $(fd -u -t f -E 'archboot.*tar.gz' -E '*.sig' . "${1}"/) + LC_ALL=C.UTF-8 fd -u -t f -E '*.sig' . "${1}"/ -X repo-add -q "${1}"/archboot.db.tar.gz } _pacman_parameters() {