SIGN IN SIGN UP

Arm backend: Make setup.sh handle unset EULA variable (#9446)

If setup.sh was called without --i-agree-to-the-contained-eula or with
ARM_FVP_INSTALL_I_AGREE_TO_THE_CONTAINED_EULA unset all you would get
back is the error message:

"examples/arm/setup.sh: line 88:
ARM_FVP_INSTALL_I_AGREE_TO_THE_CONTAINED_EULA: unbound variable"

This is not a good error message. This commit adds handling of this
variable being unset and gives a proper error message on how to accept
the EULA.
P
per held committed
ce7aedf9ec915573e6a67d301dffe7df9ab021af
Parent: 05277dd
Committed by GitHub <noreply@github.com> on 3/21/2025, 5:47:02 AM