From 02bb17c6af487d10c7f36a3ad7050250bb4e3db4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 15 Oct 2023 08:27:41 +0200 Subject: [PATCH] remove return 1 --- usr/lib/archboot/cpio/cpio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/cpio/cpio.sh b/usr/lib/archboot/cpio/cpio.sh index 499898615..458720e90 100644 --- a/usr/lib/archboot/cpio/cpio.sh +++ b/usr/lib/archboot/cpio/cpio.sh @@ -161,7 +161,7 @@ _file() { } _file_rename() { - tar --hard-dereference --transform="s|${1}|${2}|" -C / -cpf - ."${1}" | tar -C "${_ROOTFS}" -xpf - || return 1 + tar --hard-dereference --transform="s|${1}|${2}|" -C / -cpf - ."${1}" | tar -C "${_ROOTFS}" -xpf - } _binary() {