GitHub user micah opened a pull request:

    https://github.com/apache/couchdb-documentation/pull/34

    Fix bashism in Makefile

    The [[ operator is a bashism, and fails with POSIX shells (such as dash),
    replace it with a simplier version that does the same thing, without the
    unnecessary $(shell) nesting.

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

    $ git pull https://github.com/micah/couchdb-documentation fix_bashism

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

    https://github.com/apache/couchdb-documentation/pull/34.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 #34
    
----
commit e31ad61f86d97f6005a0cc35347159823e0855a8
Author: Micah Anderson <[email protected]>
Date:   2015-09-15T14:48:31Z

    Fix bashism in Makefile
    
    The [[ operator is a bashism, and fails with POSIX shells (such as dash),
    replace it with a simplier version that does the same thing, without the
    unnecessary $(shell) nesting.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to