diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-01-28 21:21:15 -0800 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-01-28 21:21:15 -0800 |
| commit | afdb27656baecd626b80766b2e327d16b376690b (patch) | |
| tree | ed1a245e85ac5559455f7a749c25babb761dcf93 | |
| parent | 993cb0b8d45cd70a7686760a8fce3940fd59a942 (diff) | |
| parent | d3a8fcac00564c6479556d2f23311def660f0d0a (diff) | |
Merge pull request #158 from peplin/silent-which
Silence the stderr output from call to `which`.
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -570,7 +570,7 @@ endif # Reset ifndef RESET_CMD - ARD_RESET_ARDUINO := $(shell which ard-reset-arduino) + ARD_RESET_ARDUINO := $(shell which ard-reset-arduino 2> /dev/null) ifndef ARD_RESET_ARDUINO # same level as *.mk in bin directory when checked out from git # or in $PATH when packaged |
