tmills / ctakes-docker

Apache License 2.0
23 stars 18 forks source link

Add sed compatibility for OSX and Linux #8

Closed MatthewVita closed 6 years ago

MatthewVita commented 6 years ago

Okay, so apparently all seds aren't created equally. The sed that comes with Mac is a tad more picky than the GNU based one on Linux (https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux).

This PR will solve the sed issues for newer Macs and will not change the Linux output, which has always worked.

Thanks!