From 4c2aa4cc831315a1c9908a6a3356f27d63e99f42 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 2 Dec 2022 13:22:22 +0100 Subject: [PATCH] remove mode --- usr/share/archboot/patches/33-initcpio.functions.fixed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/patches/33-initcpio.functions.fixed b/usr/share/archboot/patches/33-initcpio.functions.fixed index a2d873bf7..3155f9a4b 100644 --- a/usr/share/archboot/patches/33-initcpio.functions.fixed +++ b/usr/share/archboot/patches/33-initcpio.functions.fixed @@ -711,7 +711,7 @@ add_binary() { dest=${2:-$binary} - add_file "$binary" "$dest" "$mode" + add_file "$binary" "$dest" # negate this so that the RETURN trap is not fired on non-binaries ! lddout=$(ldd "$binary" 2>/dev/null) && return 0