mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
020273b184
* 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