kiss: fix tar errors

This commit is contained in:
Dylan Araps 2019-09-08 12:06:51 +03:00
parent ac87475be7
commit 00a71354c9
1 changed files with 1 additions and 3 deletions

4
kiss
View File

@ -273,10 +273,8 @@ pkg_strip() {
# Suppress errors here as some binaries and libraries may # Suppress errors here as some binaries and libraries may
# fail to strip. This is OK. # fail to strip. This is OK.
strip "$strip_opt" "$file" 2>/dev/null & strip "$strip_opt" "$file" 2>/dev/null ||:
done done
wait
} }
pkg_fixdeps() { pkg_fixdeps() {