From 00a71354c99cc8ed337907bfc6de4591e7c19183 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 8 Sep 2019 12:06:51 +0300 Subject: [PATCH] kiss: fix tar errors --- kiss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kiss b/kiss index 68e4dfb..2e128ee 100755 --- a/kiss +++ b/kiss @@ -273,10 +273,8 @@ pkg_strip() { # Suppress errors here as some binaries and libraries may # fail to strip. This is OK. - strip "$strip_opt" "$file" 2>/dev/null & + strip "$strip_opt" "$file" 2>/dev/null ||: done - - wait } pkg_fixdeps() {