Fixed install_dependencies.sh

pull/96/head
Matthew Else 2013-10-28 18:20:32 +00:00
parent cb87dbc742
commit 0a9019bd32
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ chmod a+x ARMCC/bin/armlink
printf "#%s/bin/bash\nwine fromelf.exe" ! > ARMCC/bin/fromelf
chmod a+x ARMCC/bin/fromelf
PATH = "$PATH:$TRAVIS_BUILD_DIR/ARMCC/bin"
export PATH = $PATH:$TRAVIS_BUILD_DIR"/ARMCC/bin"