Merge pull request #158 from peplin/silent-which
Silence the stderr output from call to `which`.
This commit is contained in:
commit
afdb27656b
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ endif
|
||||||
# Reset
|
# Reset
|
||||||
|
|
||||||
ifndef RESET_CMD
|
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
|
ifndef ARD_RESET_ARDUINO
|
||||||
# same level as *.mk in bin directory when checked out from git
|
# same level as *.mk in bin directory when checked out from git
|
||||||
# or in $PATH when packaged
|
# or in $PATH when packaged
|
||||||
|
|
Loading…
Reference in a new issue