Skip to content

Commit

Permalink
Tools: Configure-ci: correct some mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Apr 30, 2020
1 parent 183ce50 commit 2b2dcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/scripts/configure-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CCACHE_TARBALL="$CCACHE_ROOT.tar.bz2"
mkdir -p $HOME/opt
pushd $HOME

# PX4 toolchain
# STM32 toolchain
dir=$ARM_ROOT
if [ ! -d "$HOME/opt/$dir" -o ! -x "$HOME/opt/$dir/bin/arm-none-eabi-g++" ]; then
wget https://firmware.ardupilot.org/Tools/STM32-tools/$ARM_TARBALL
Expand Down Expand Up @@ -77,7 +77,7 @@ exportline="${exportline}:$HOME/opt/$CCACHE_ROOT"
exportline="${exportline}:\$PATH"

if grep -Fxq "$exportline" ~/.profile; then
echo nothing to do;
echo "nothing to do";
else
echo $exportline >> ~/.profile;
fi
Expand Down

0 comments on commit 2b2dcbb

Please sign in to comment.