strip: Silence errors.

This commit is contained in:
Dylan Araps 2019-06-22 18:58:58 +03:00
parent 2e8c2902d3
commit da9ab2c0d8
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -129,7 +129,7 @@ pkg_strip() {
*) continue ;;
esac
strip "$strip_opts" "$binary"
strip "$strip_opts" "$binary" 2>/dev/null
done
}