Silence the stderr output from call to which.

This commit is contained in:
Christopher Peplin 2014-01-28 09:27:49 -05:00
parent ac0b7d46c3
commit d3a8fcac00

View file

@ -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