-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5427/
-----------------------------------------------------------
Review request for mesos and Benjamin Hindman.
Description
-------
The deploy scripts use 'function foo() { ... }' instead of 'foo () { ... }'.
The former syntax is a bash (and others) extension, not supported by POSIX sh.
Diffs
-----
src/deploy/mesos-start-cluster.sh.in a4bd881
src/deploy/mesos-stop-cluster.sh.in 9d5a4b3
Diff: https://reviews.apache.org/r/5427/diff/
Testing
-------
Thanks,
Charles Reiss