Brent Knight
Results
2
comments of
Brent Knight
I solved this locally by installing the gnu coreutils via `brew`: ```bash brew install coreutils ``` and modifying the script to use `gsort -V` instead of `sort -V` But this...
Ah, good news: it looks like you have a `SORT_PATH` defined in `tools`, which would be a great place to make this change, centrally. Also, this means there is a...