neurobin / gencsr

Simple CSR generator
https://neurobin.org/projects/softwares/unix/gencsr/
Other
10 stars 5 forks source link

require and use gnu-sed on macOS #4

Closed apoxa closed 4 years ago

apoxa commented 4 years ago

The BSD implementation of sed on macOS does not support case-insensitive matching via /i. I wrote a check for gnu-sed and replaced the calls via a variable.