GitHub user micah opened a pull request:
https://github.com/apache/couchdb-documentation/pull/29
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-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-documentation/pull/29.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 #29
----
commit 41e89bbe827140041237d125bece307a7fcb6ff9
Author: micah <[email protected]>
Date: 2015-09-01T20:30:49Z
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.
---