Skip to content

Commit

Permalink
Fix arm PATH sourcing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mookerji committed Feb 20, 2015
1 parent 90aecc6 commit a8f0625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/ansible/roles/common_osx/tasks/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@

- name: Add arm-gcc directory to PATH
shell: echo '\nexport PATH=$PATH:~/gcc-arm-none-eabi/bin' >> ~/.bash_profile

- name: Refresh PATH with bash profile
shell: source ~/.bash_profile

0 comments on commit a8f0625

Please sign in to comment.