Fixed typo for extra_args when HEADLESS mode chosen.

This commit is contained in:
katzfey 2019-11-01 16:17:50 -07:00 committed by Nuno Marques
parent 87415d36a2
commit ff9744b0d3
1 changed files with 1 additions and 1 deletions

View File

@ -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