mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
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:
committed by
Daniel Agar
parent
f6b65e68cc
commit
2ce92a678d
+1
-1
@@ -95,7 +95,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
|||||||
|
|
||||||
# java (jmavsim)
|
# java (jmavsim)
|
||||||
sudo pacman -S --noconfirm --needed \
|
sudo pacman -S --noconfirm --needed \
|
||||||
ant
|
ant \
|
||||||
;
|
;
|
||||||
|
|
||||||
# Gazebo setup
|
# Gazebo setup
|
||||||
|
|||||||
Reference in New Issue
Block a user