julia
4e729442
- posix compatibility: avoid grep GNU extension (#53400)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#53400 - posix compatibility: avoid grep GNU extension
Author
semarie
Parents
9d896dc9
Loading