On 8/27/25 10:21 AM, Thomas Monjalon wrote:
The option -e was set on the script shebang (first line), so the script will stop if an error is not caught. Hence the explicit return or exit commands in case of error were superfluous and can be removed. Signed-off-by: Thomas Monjalon <tho...@monjalon.net> --- devtools/linux-uapi.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime