mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -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
|
||||
PX4_PKGS+=" libc6-i386"
|
||||
else
|
||||
# 32-bit stuff here
|
||||
echo "no extra pkgs for i386"
|
||||
fi
|
||||
|
||||
# GNU Tools for ARM Embedded Processors
|
||||
|
Loading…
Reference in New Issue
Block a user