Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make latest version detection portable
This is currently broken on FreeBSD do to the usage of GNU-grep specific grep(1) flag: `-P`. We can use a single sed(1) command with an extended regular expression to achieve the same goal, so use this instead.
- Loading branch information