arch.sh: Fix syntax error

Fix error of script failing with following error:
PX4-Autopilot/Tools/setup/arch.sh: line 99: syntax error near unexpected token `;'
This commit is contained in:
Joao Mario Lago 2024-06-05 09:57:11 -03:00 committed by Daniel Agar
parent f6b65e68cc
commit 2ce92a678d

View File

@ -95,7 +95,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
# java (jmavsim)
sudo pacman -S --noconfirm --needed \
ant
ant \
;
# Gazebo setup