mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02:00
Running run-regtests on OpenBSD failed to identify haproxy version and the various build options because the backslash is not recognized in grep expressions. One must only use -E for the extended regexes and not use the slash.