From 2ce92a678d78702981cc03c121f3e062e35d6792 Mon Sep 17 00:00:00 2001 From: Joao Mario Lago Date: Wed, 5 Jun 2024 09:57:11 -0300 Subject: [PATCH] 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 `;' --- Tools/setup/arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/arch.sh b/Tools/setup/arch.sh index 8e19ee5101..1ab164b2aa 100755 --- a/Tools/setup/arch.sh +++ b/Tools/setup/arch.sh @@ -95,7 +95,7 @@ if [[ $INSTALL_SIM == "true" ]]; then # java (jmavsim) sudo pacman -S --noconfirm --needed \ - ant + ant \ ; # Gazebo setup