aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-08 09:06:50 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-08 09:06:50 +0000
commitb110ee4c69abb91d9c6f0dc7ffc9f65a7730f5b2 (patch)
treee1e2de22464020638e81418511bef2756356615c /kiss
parent34e4c4a7e799f144efbd2d5283b13722375cee8c (diff)
downloadcpt-b110ee4c69abb91d9c6f0dc7ffc9f65a7730f5b2.tar.gz
kiss: fix tar errors
FossilOrigin-Name: 04d7e8085c10cc570462dce0fa024331370b6efe5faceec812bcfc9b8e2ca3b6
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss4
1 files changed, 1 insertions, 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() {