Updated Branches:
  refs/heads/master 9c2f669a5 -> 21722e8a9

Get flags for mesos-*.sh from build directory.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/21722e8a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/21722e8a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/21722e8a

Branch: refs/heads/master
Commit: 21722e8a9cef159e4601377d70bdaf68150ac8af
Parents: 9c2f669
Author: Benjamin Hindman <[email protected]>
Authored: Thu Aug 1 18:57:13 2013 -0700
Committer: Benjamin Hindman <[email protected]>
Committed: Thu Aug 1 18:58:30 2013 -0700

----------------------------------------------------------------------
 bin/mesos-master.sh.in      | 2 +-
 bin/mesos-slave.sh.in       | 2 +-
 bin/mesos-tests-flags.sh.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/21722e8a/bin/mesos-master.sh.in
----------------------------------------------------------------------
diff --git a/bin/mesos-master.sh.in b/bin/mesos-master.sh.in
index 57adc2a..8783597 100644
--- a/bin/mesos-master.sh.in
+++ b/bin/mesos-master.sh.in
@@ -19,6 +19,6 @@
 # This is a wrapper for running mesos-master before it is installed
 # that sets up some flags via environment variables.
 
-. @abs_top_srcdir@/bin/mesos-master-flags.sh
+. @abs_top_builddir@/bin/mesos-master-flags.sh
 
 exec @abs_top_builddir@/src/mesos-master "${@}"

http://git-wip-us.apache.org/repos/asf/mesos/blob/21722e8a/bin/mesos-slave.sh.in
----------------------------------------------------------------------
diff --git a/bin/mesos-slave.sh.in b/bin/mesos-slave.sh.in
index be4dd26..1e3b748 100644
--- a/bin/mesos-slave.sh.in
+++ b/bin/mesos-slave.sh.in
@@ -19,6 +19,6 @@
 # This is a wrapper for running mesos-slave before it is installed
 # that sets up some flags environment variables.
 
-. @abs_top_srcdir@/bin/mesos-slave-flags.sh
+. @abs_top_builddir@/bin/mesos-slave-flags.sh
 
 exec @abs_top_builddir@/src/mesos-slave "${@}"

http://git-wip-us.apache.org/repos/asf/mesos/blob/21722e8a/bin/mesos-tests-flags.sh.in
----------------------------------------------------------------------
diff --git a/bin/mesos-tests-flags.sh.in b/bin/mesos-tests-flags.sh.in
index cf8aec6..8ea24ed 100644
--- a/bin/mesos-tests-flags.sh.in
+++ b/bin/mesos-tests-flags.sh.in
@@ -17,4 +17,4 @@
 # limitations under the License.
 
 # Currently no flags are necessary to run mesos-tests, this is just
-# here as a placeholder.
\ No newline at end of file
+# here as a placeholder.

Reply via email to