Skip to content

fix invocation / rc capture bug

Jakub Racek requested to merge fixup-lint-rc into master

The code in question has 2 bugs:

  • the last return code is of echo, but we want last return code of rhcheckpatch
  • the rhcheckpatch quiting will prevent script from writing down success/failure of lint stage

Signed-off-by: Jakub Racek jracek@redhat.com

Merge request reports