Re: [yocto] [kernel-tools][PATCH] scc: Fix process_file error check

2017-01-13 Thread Bruce Ashfield
On 2017-01-13 3:27 PM, George McCollister wrote: Commit 626ceac135fa66277c2fa53197be33cc9d4d7614 broke the error check in process_file by adding in three lines that stomp on $? which print the output file when verbose is set. Move output file on verbose print to an elif after the error check.

[yocto] [kernel-tools][PATCH] scc: Fix process_file error check

2017-01-13 Thread George McCollister
Commit 626ceac135fa66277c2fa53197be33cc9d4d7614 broke the error check in process_file by adding in three lines that stomp on $? which print the output file when verbose is set. Move output file on verbose print to an elif after the error check. Signed-off-by: George McCollister