commit da9ab2c0d85615dbcaba5e2077c21bc424c7758c parent 2e8c2902d325c04e6d677e78cb384c0293e4b77d Author: Dylan Araps <dylan.araps@gmail.com> Date: Sat, 22 Jun 2019 18:58:58 +0300 strip: Silence errors. Diffstat:
M | kiss | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss @@ -129,7 +129,7 @@ pkg_strip() { *) continue ;; esac - strip "$strip_opts" "$binary" + strip "$strip_opts" "$binary" 2>/dev/null done }