diff options
| author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-28 09:27:49 -0500 |
|---|---|---|
| committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-28 09:44:08 -0500 |
| commit | d3a8fcac00564c6479556d2f23311def660f0d0a (patch) | |
| tree | a2cd3859ccb6a377cb85d4d46ae23bc6616ba94b | |
| parent | ac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (diff) | |
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 |
