Silence the stderr output from call to which
.
This commit is contained in:
parent
ac0b7d46c3
commit
d3a8fcac00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue