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
This script is run with 'set -e' and will fail if any subcommand fails.
There is no reason to chain a bunch of commands together with '&&' and
it only serves to make the script more difficult to read and edit.
Signed-off-by: David Brown <david.brown@linaro.org>
0 commit comments