kiss: Drop printing strip information for the 10th time

This commit is contained in:
Dylan Araps 2020-05-24 17:00:56 +03:00
parent c1b98b4f3b
commit d1e926ddab
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

@ -463,8 +463,7 @@ pkg_strip() {
*) continue
esac
strip "--strip-$strip_flag" -R .comment -R .note "$file" &&
printf 'stripped %10s %s\n' "($strip_flag)" "${file##*/}"
strip "--strip-$strip_flag" -R .comment -R .note "$file"
done 2>/dev/null ||:
}