mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +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:
parent
f6b65e68cc
commit
2ce92a678d
@ -95,7 +95,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
||||
|
||||
# java (jmavsim)
|
||||
sudo pacman -S --noconfirm --needed \
|
||||
ant
|
||||
ant \
|
||||
;
|
||||
|
||||
# Gazebo setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user