diff options
| author | Sudar <sudar@sudarmuthu.com> | 2012-12-15 19:46:51 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2012-12-15 19:46:51 +0530 |
| commit | ee59c7ca2614db5764cb83696dc9d1752888355c (patch) | |
| tree | de5ab9f6ce1125375444aa84191e433961223257 /bin/ard-parse-boards | |
| parent | e3844dfc600b249d412ea67f835a89aac6e9d696 (diff) | |
| parent | 184b482a98a5047726250507baae5d16d81bb804 (diff) | |
Merge branch 'master' of git://github.com/ASzc/Arduino-Makefile
Diffstat (limited to 'bin/ard-parse-boards')
| -rwxr-xr-x | bin/ard-parse-boards | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ard-parse-boards b/bin/ard-parse-boards index 9f690e2..680acee 100755 --- a/bin/ard-parse-boards +++ b/bin/ard-parse-boards @@ -9,7 +9,7 @@ use YAML; my %Opt = ( - boards_txt => '/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt', + boards_txt => "$ENV{'ARDUINO_DIR'}/hardware/arduino/boards.txt", ); GetOptions(\%Opt, |
