fix: add missing continuation line symbol '\'
The continuation line symbol '/' was added to prevent the string
from being interpreted as a command.
Change-Id: I95552a02fec47deb7201a4f376ba7cd33066ad55
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/fvp_utils.sh b/fvp_utils.sh
index 0d0bdf3..2f9a93c 100644
--- a/fvp_utils.sh
+++ b/fvp_utils.sh
@@ -859,7 +859,7 @@
if [[ $fip_max_size -lt $bin_size ]]
then
- echo "FIP binary ($bin_size bytes) larger than max partition 1"
+ echo "FIP binary ($bin_size bytes) larger than max partition 1" \
"size ($fip_max_size byte)"
return
fi