We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9eb62 commit 07d7c0eCopy full SHA for 07d7c0e
tools/scripts/check_lintr
@@ -22,7 +22,7 @@ usage() {
22
23
# MAIN #
24
25
-if [[ -x "${RSCRIPT}" ]] && "${RSCRIPT}" -e 'packageVersion("lintr")' >/dev/null; then
+if [[ -x "${RSCRIPT}" ]] && "${RSCRIPT}" -e 'packageVersion("lintr")' &>/dev/null; then
26
echo 'lintr is installed.' >&2
27
exit 0
28
else
0 commit comments