diff options
-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 } |