kiss: Silent stripping once again

This commit is contained in:
Dylan Araps 2020-04-25 08:59:44 +03:00
parent e924bb2ec2
commit d66ba59b01
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 2 deletions

3
kiss
View File

@ -371,8 +371,7 @@ pkg_strip() {
*) continue
esac
strip "--strip-$strip_opt" "$file" &&
printf 'Stripped %10s %s\n' "($strip_opt)" "${file##$pkg_dir/$1}"
strip "--strip-$strip_opt" "$file" 2>/dev/null
done 2>/dev/null ||:
}