mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-28 07:01:00 +01:00
Ilya reported that the "which" utility is not that much portable and is absent from Fedora. "type -p" is not portable either, and the correct solution appears to be "command -v", so let's use this for now, we can change it again in the future in case of problems. Link: https://www.mail-archive.com/haproxy@formilux.org/msg36332.html