aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBernard Spil <Sp1l@users.noreply.github.com>2017-12-04 15:17:49 +0100
committerEugene Kliuchnikov <eustas@google.com>2017-12-04 15:17:49 +0100
commit62194f204d90a5a95310a6949f00a0c6c5ca07bd (patch)
tree9950b1a1a08b3ab829bc9adc2e634461544460a1 /CMakeLists.txt
parent2d6b298e117576dc3e4fa41f53ba57400bf7beed (diff)
downloadbrotli-62194f204d90a5a95310a6949f00a0c6c5ca07bd.zip
brotli-62194f204d90a5a95310a6949f00a0c6c5ca07bd.tar.gz
brotli-62194f204d90a5a95310a6949f00a0c6c5ca07bd.tar.bz2
Work around Linuxisms (#627)
Missed this in my previous tests. Sorry for that. On BSDs, both bc and sed are part of the base operating system. For sed this results in an error as the check construct (--version) is a GNU-ism and only works for GNU sed, not for bsd sed. Similarly, BSD sed does not take parameters after the filename(s) operated on. Moving `-i` to the front fixes that. `-r` is provided for GNU compat in BSD sed as an alias of `-E`. The `-i` option in BSD sed requires an extension to work in-place. (thank you for picking up the nginx module too!)
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions