]> git.ipfire.org Git - thirdparty/lxc.git/commit
Replace last occurence of 'which' with 'command -v' 4024/head
authorSimon Deziel <simon.deziel@canonical.com>
Thu, 28 Oct 2021 17:09:48 +0000 (13:09 -0400)
committerSimon Deziel <simon.deziel@canonical.com>
Thu, 28 Oct 2021 21:10:05 +0000 (17:10 -0400)
commitaf0ab1854c4d0727529ab277c130577513e881a6
tree140313b3d8dae2909de9ceb024ec2d380b074df5
parent09a4a38d6e29f335dedc761719ef1fcd5a34e76e
Replace last occurence of 'which' with 'command -v'

The later is builtin and POSIX compliant.

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
hooks/nvidia