Tools: fixed compiler path for autotest

This commit is contained in:
Andrew Tridgell 2019-12-17 18:10:23 +11:00
parent 1763be2c03
commit c545171cec
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
export PATH=$HOME/.local/bin:/usr/local/bin:$HOME/prefix/bin:$HOME/APM/px4/gcc-arm-none-eabi-4_9-2015q3/bin:$PATH
export PATH=$HOME/.local/bin:/usr/local/bin:$HOME/prefix/bin:$HOME/gcc/active/bin:$PATH
export PYTHONUNBUFFERED=1
cd $HOME/APM || exit 1