Commit 0d580e0
committed
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.1 parent 1433b2a commit 0d580e0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments