julia
4e729442 - posix compatibility: avoid grep GNU extension (#53400)

Commit
1 year ago
posix compatibility: avoid grep GNU extension (#53400) the `.\+` meta-character is a GNU extension. prefer to use the POSIX equivalent `..*` to work with `grep` on wider platforms. it is part of on-going work to port julia to OpenBSD.
Author
Parents
Loading