Conversation
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.
|
not sure why you didn't edit the original PR but note for future that we prefer it if comments are addressed in the same place. |
|
+1 from me (@kxepal, thoughts?) |
|
This version doesn't works for me (bash): If I have sphinx-build installed: |
Makefile
Outdated
There was a problem hiding this comment.
I guess, missed stdout redirection glyph is missed here.
I'm not sure why I couldn't, I tried to use github's web interface to do it, but I'm a bit of a neanderthal when it comes to doing that. I also couldn't figure out how to quote you, so I just copy and pasted it. |
|
@micah thanks! please squash your commits. |
|
Could this be causing a couchdb installation failure?
Same error for the next |
|
@micah ping |
|
@benkeen that's lack of python sphinx: you don't have it installed, so build fails on docs. However, they shouldn't and cannot block Fauxton as they builds the last and even broken docs are not a problem for Fauxton. |
|
I see, thanks @kxepal. |
|
I can't squash my commits, because I used the github web editor to make them. That was an experiment I wont repeat. I made a new pull request, using the normal and proper way, so I'll close this one and you can use that one instead: #34 |
|
@micah Actually, you can control this PR via patch-2 branch which is located in your fork. Any modifications there will be reflected here. |
|
Github webeditor is just shortcut for: fork, create patch-N branch, commit and create PR - and all in your browser. |
|
@kxepal The thing is, I didn't have a fork at all... I went and forked it to make this last pull request, and there was no patch-2 branch there either. 🍤 |
|
@micah no, you have https://github.com/micah/couchdb-documentation/tree/patch-2 P: |
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.