From d3a8fcac00564c6479556d2f23311def660f0d0a Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 28 Jan 2014 09:27:49 -0500 Subject: [PATCH] Silence the stderr output from call to `which`. --- Arduino.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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