diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-22 15:58:58 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-22 15:58:58 +0000 |
commit | 194991989047ccae006a65407524292609185840 (patch) | |
tree | 78288a3f7281bfbd49cbe2cb98ef3f9aad633760 | |
parent | 1b9b7503e1d1dc0df4414929e4c5b4b77e97a41f (diff) | |
download | cpt-194991989047ccae006a65407524292609185840.tar.gz |
strip: Silence errors.
FossilOrigin-Name: 110e8f020168c94cfff5b5979f115c2b9db937b3f2d296fadf435d83d360eb4f
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ pkg_strip() { *) continue ;; esac - strip "$strip_opts" "$binary" + strip "$strip_opts" "$binary" 2>/dev/null done } |