Now using 'command -v' instead of 'which'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tristan 2019-03-12 17:42:44 +01:00
parent 9a52beedbe
commit d52aa4915b

View file

@ -976,7 +976,7 @@ if [ `uname -s` == "OpenBSD" ]; then
fi
if [ "$IS_VIM" = 1 ]; then
which vim 2>1 >> /dev/null || echo 'IS_VIM FAILED!'
command -v vim 2>1 >> /dev/null || echo 'IS_VIM FAILED!'
fi
if [ "$IS_TTYC0SECURE" = 1 ]; then