-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39323/
-----------------------------------------------------------
Review request for mesos and Joris Van Remoortere.
Bugs: MESOS-3734
https://issues.apache.org/jira/browse/MESOS-3734
Repository: mesos
Description
-------
5d246ce4e2d40b adopted sed syntax that works on Linux but does not work on
OSX. Apparently there is not a portable way to instruct sed not to make a backup
file; hence, we know create a backup file and then immediately delete it.
Diffs
-----
src/Makefile.am 2bf40f27733b4362d64679bf594e15e82f47155d
Diff: https://reviews.apache.org/r/39323/diff/
Testing
-------
Successfully built on OSX.
Thanks,
Neil Conway