aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-28 09:27:49 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-28 09:44:08 -0500
commitd3a8fcac00564c6479556d2f23311def660f0d0a (patch)
treea2cd3859ccb6a377cb85d4d46ae23bc6616ba94b /Arduino.mk
parentac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (diff)
Silence the stderr output from call to `which`.
Diffstat (limited to 'Arduino.mk')
-rw-r--r--Arduino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Arduino.mk b/Arduino.mk
index df5ec03..9e95661 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -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