You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devtools: remove superfluous fallbacks in uAPI script
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 <[email protected]>
Reviewed-by: Maxime Coquelin <[email protected]>
0 commit comments