bugfix run_asn1c: make make/ninja fail on error
Functionality existed to print all output of asn1c on error, but the
form
asn1c || cat X
makes the command exit with a 0 exit code (success). Fix by explicitly
returning non-zero exit code in this case:
asn1c || ( cat X && false )
Signed-off-by:
Robert Schmidt <robert.schmidt@openairinterface.org>
Showing
Please register or sign in to comment