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