Changeset d36ef38 for .github

Timestamp:
2023-04-07T10:51:52Z (13 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
5d9257cf
Parents:
3ce1bf6
git-author:
Robert Scheck <robert-scheck@…> (07-04-23 10:51:52)
git-committer:
GitHub <noreply@…> (07-04-23 10:51:52)
Message:

Switch from 'which' to 'command -v' to increase portability (#185)

In minimal buildroots 'which' might not be installed, while
'command -v' is a shell built-in in all POSIX 2008 compliant
shells, supported by at least ash, bash, busybox, dash, ksh,
mksh and zsh.

(No files)

Note: See TracChangeset for help on using the changeset viewer.