GitHub user strat0sphere opened a pull request:

    https://github.com/apache/mesos/pull/28

    Update mpiexec-mesos.in

    In the if statement [[ is used - [[ is a bash builtin command and is not 
available in sh. It will give an error ( [[: not found ) unless /bin/sh is a 
symbolic link to /bin/bash

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/strat0sphere/mesos patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/28.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #28
    
----
commit 08b507dd4a62e42acaa726f9ecb1529be862080f
Author: Stratos Dimopoulos <stratos.dimopou...@gmail.com>
Date:   2014-10-29T05:17:45Z

    Update mpiexec-mesos.in
    
    In the if statement [[ is used - [[ is a bash builtin command and is not 
available in sh. It will give an error ( [[: not found ) unless /bin/sh is a 
symbolic link to /bin/bash

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to