Commit ce7aedf
authored
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.1 parent 05277dd commit ce7aedf
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
0 commit comments