mirror of
https://github.com/google/nomulus
synced 2026-09-03 06:36:56 +00:00
* Make Numulus compile on macOS BSD sed behaves differently than Linux sed. By adding a "-e" flag the comand works in both systems. See: https://unix.stackexchange.com/questions/101059/sed-behaves-different-on-freebsd-and-on-linux * Make the regex easier to understand