Skip to content

tools which is being deprecated #369

Closed
@TurboGit

Description

@TurboGit

The following line:

local p = io.popen("which " .. bin)

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions