mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
autotest: fixed typo
This commit is contained in:
parent
c83d5b1f08
commit
01eb27908f
@ -277,7 +277,7 @@ if [ -n "$OVERRIDE_BUILD_TARGET" ]; then
|
||||
fi
|
||||
|
||||
autotest="../Tools/autotest"
|
||||
[ -d "$autotest"] && {
|
||||
[ -d "$autotest" ] && {
|
||||
autotest=$(dirname $(readlink -e $0))
|
||||
}
|
||||
pushd $autotest/../../$VEHICLE || {
|
||||
|
Loading…
Reference in New Issue
Block a user