Closed
Description
The following line:
lua-scripts/lib/dtutils/file.lua
Line 194 in d609823
Is raising an issue:
/usr/bin/which: this version of which' is deprecated; use
command -v' in scripts instead.
Indeed, recent Linux version have been deprecating which
tool. The recommendation is to use command -v
instead.