autotest: fixed typo

This commit is contained in:
Andrew Tridgell 2015-07-09 11:59:24 +10:00
parent c83d5b1f08
commit 01eb27908f

View File

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