Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use perl instead of sed in style checks for portability to MacOS (AMR…
…eX-Codes#4127) ## Summary `sed -i` does not function the same for GNU and BSD sed and a simple portable command between the two is apparently not possible. Therefore, the style check scripts do not work by default when running on Macs, unless the user installs `gsed` and aliases `sed` to run that instead. For portability,`perl` can be used instead of `sed`. ## Additional background Proposed solution taken from here: https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux
- Loading branch information