mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
Tools: fixed bash syntax error in install-prereqs-ubuntu.sh
This commit is contained in:
parent
df60b4252a
commit
619cdbe065
@ -31,7 +31,7 @@ MACHINE_TYPE=$(uname -m)
|
|||||||
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
|
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
|
||||||
PX4_PKGS+=" libc6-i386"
|
PX4_PKGS+=" libc6-i386"
|
||||||
else
|
else
|
||||||
# 32-bit stuff here
|
echo "no extra pkgs for i386"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# GNU Tools for ARM Embedded Processors
|
# GNU Tools for ARM Embedded Processors
|
||||||
|
Loading…
Reference in New Issue
Block a user