We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd306d3 commit 21c9c6cCopy full SHA for 21c9c6c
examples/arm/setup.sh
@@ -124,7 +124,7 @@ function setup_fvp() {
124
if [[ "${OS}" != "Linux" ]]; then
125
echo "[${FUNCNAME[0]}] Warning: FVP only supported with Linux OS, skipping FVP setup..."
126
echo "[${FUNCNAME[0]}] Warning: For MacOS, using https://github.com/Arm-Examples/FVPs-on-Mac is recommended."
127
- echo "[${FUNCNAME[0]}] Warning: Follow the instructions and make sure the path is set correctly."
+ echo "[${FUNCNAME[0]}] Warning: Follow the instructions and make sure the path is set correctly."
128
return 1
129
fi
130
0 commit comments