mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
Fixed typo for extra_args when HEADLESS mode chosen.
This commit is contained in:
@@ -50,7 +50,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "$HEADLESS" = "1" ]; then
|
||||
extra_args="$extr_args -no-gui"
|
||||
extra_args="$extra_args -no-gui"
|
||||
fi
|
||||
|
||||
# jMAVSim crashes with Java 9 on macOS, therefore we need to use Java 8
|
||||
|
||||
Reference in New Issue
Block a user