install.sh has the following typo in 1.2.12.06 AND 1.3.07.01
line 133 (in 1.3.07.01): if [ -d docs/$LANGUAGE/examples ] ; then
Here, "docs" should be "doc", and causes this condition to always return false
Log in to post a comment.