Closed grayed closed 3 years ago
Apply same perl -T option removing hack for OpenBSD like it was done for FreeBSD
perl -T
Use portable [^_[:alnum:]] instead of \W GNUism in grep calls
[^_[:alnum:]]
\W
I also added -x option to grep(1) calls while there, since we for sure do not want to match some extra garbage.
-x
make test now succeeds on OpenBSD, hurray!
make test
thank you!
Apply same
perl -T
option removing hack for OpenBSD like it was done for FreeBSDUse portable
[^_[:alnum:]]
instead of\W
GNUism in grep callsI also added
-x
option to grep(1) calls while there, since we for sure do not want to match some extra garbage.make test
now succeeds on OpenBSD, hurray!