GitHub user micah opened a pull request:

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

    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 patch-2

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

    https://github.com/apache/couchdb-documentation/pull/30.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 #30
    
----
commit bc88277369e4f2bf22c19c8660293ce4620a1ece
Author: micah <[email protected]>
Date:   2015-09-01T21:15:09Z

    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