Merge pull request #158 from peplin/silent-which

Silence the stderr output from call to `which`.
This commit is contained in:
Sudar 2014-01-28 21:21:15 -08:00
commit afdb27656b

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