18/12/2018 15:44, Arnon Warshavsky: > The reason I did not use the && approach is that if both checks have errors, > only the first will be reported and we want all errors to be reported at > once > without discovering them one by one after every fix.
So please do a simple OR of $? No need to capture the output.