Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posix compatibility: avoid grep GNU extension (JuliaLang#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.
- Loading branch information