Closed dbartolini closed 2 years ago
Get rid of redirection to possibly non-existent null device file and use $(shell cmd) to avoid less portable backtick operator.
$(shell cmd)
Get rid of redirection to possibly non-existent null device file and use
$(shell cmd)
to avoid less portable backtick operator.