Skip to content

Commit 2ce92a6

Browse files
joaomariolagodagar
authored andcommitted
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 `;'
1 parent f6b65e6 commit 2ce92a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/setup/arch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
9595

9696
# java (jmavsim)
9797
sudo pacman -S --noconfirm --needed \
98-
ant
98+
ant \
9999
;
100100

101101
# Gazebo setup

0 commit comments

Comments
 (0)