diff options
| author | Andreas Lohr <andr3as.lohr@gmail.com> | 2012-10-07 10:33:22 +0200 |
|---|---|---|
| committer | Andreas Lohr <andr3as.lohr@gmail.com> | 2012-10-07 10:33:22 +0200 |
| commit | 77f8ee0d77b4029300e0fda877db8e091f25c5d0 (patch) | |
| tree | 732d6c3e4a2300956d5469924fc79f696a57ab50 /bin | |
| parent | adbd6532f9877b646d41f039cc1fd4cdd787d54b (diff) | |
use perl from /opt/local
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/ard-parse-boards | 2 | ||||
| -rwxr-xr-x | bin/ard-reset-arduino | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ard-parse-boards b/bin/ard-parse-boards index e2de71b..a18d5b7 100755 --- a/bin/ard-parse-boards +++ b/bin/ard-parse-boards @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#! /opt/local/bin/perl5 use strict; use warnings; diff --git a/bin/ard-reset-arduino b/bin/ard-reset-arduino index 22c7109..17548d6 100755 --- a/bin/ard-reset-arduino +++ b/bin/ard-reset-arduino @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#! /opt/local/bin/perl5 use strict; use warnings; |
