Closed ghost closed 3 years ago
This PR changes which to command -v to remove the /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead. warning message that appears on some linux distributions.
which
command -v
/usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
This PR changes
which
tocommand -v
to remove the/usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
warning message that appears on some linux distributions.