Exit status of pkg_add
xit status intended or design policy of pkg_add command? If not, I want a error status getting returned. It will save my time to look for a typo or similar bug. I can't see 'EXIT STATUS' section in the pkg_add manual of OpenBSD 7.0. So, I e-mailed this question. -- Yuichiro NAITO (naito.yuic...@gmail.com)
Re: Exit status of pkg_add
$state->{bad}++; $state->run_quirks( sub { my $quirks = shift; $quirks->filter_obsolete([$name], $state); }); } Is it OK? On 10/18/21 16:53