Reflect file classifier errors in rpmdeps exit code
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 18 Apr 2011 09:25:43 +0000 (12:25 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 18 Apr 2011 09:25:43 +0000 (12:25 +0300)
commitf6579c0ac3af9d3f4ccdb087a671e06c85efd705
tree9b228bf73aa2f52cbdb3c686ba8f3242e678b404
parenta1ea30c5c703a24ad29d4c497021b993d0be8943
Reflect file classifier errors in rpmdeps exit code
- rpmfcClassify() or rpmfcApply() failing is pretty fatal to rpmdeps,
  exit with error code
- OTOH argvAdd() and argvSort() can't really fail, ignore their return
  codes, shutting up another set-but-not-used whine
tools/rpmdeps.c