bnagy / crashwalk

Bucket and triage on-disk crashes. OSX and Linux.
Other
349 stars 37 forks source link

Remove check for deprecated target command that required @@ #29

Closed murx- closed 3 years ago

murx- commented 3 years ago

Currently cwtriage requires the target command to exist of more than just the binary. However if data is read from STDIN this is not necessary any more and the check is obsolete. This PR closes https://github.com/bnagy/crashwalk/issues/26

If the preferred approach is a -stdin flag let me know and I'll create a new PR.

bnagy commented 3 years ago

Gonna be honest.. I haven't thought about this for about five years. I can't see how this patch can break anything, so I'ma assume it's needed by at least one person :)